Package org.apache.sshd.common.channel
Class AbstractChannel.GracefulChannelCloseable
java.lang.Object
org.apache.sshd.common.util.logging.AbstractLoggingBean
org.apache.sshd.common.util.closeable.IoBaseCloseable
org.apache.sshd.common.channel.AbstractChannel.GracefulChannelCloseable
- All Implemented Interfaces:
Closeable,AutoCloseable,Channel,Closeable
- Enclosing class:
AbstractChannel
-
Field Summary
Fields inherited from class org.apache.sshd.common.util.logging.AbstractLoggingBean
log -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCloseFutureListener(SshFutureListener<CloseFuture> listener) close(boolean immediately) protected voidhandleClosePacketWriteFailure(Channel channel, boolean immediately, Throwable t) protected voidhandleClosePacketWritten(Channel channel, boolean immediately) booleanisClosed()booleanvoidvoidsetClosing(boolean on) toString()Methods inherited from class org.apache.sshd.common.util.logging.AbstractLoggingBean
debug, debug, debug, debug, debug, error, error, error, error, error, getSimplifiedLogger, info, info, warn, warn, warn, warn, warn, warn, warn, warn
-
Constructor Details
-
GracefulChannelCloseable
public GracefulChannelCloseable()
-
-
Method Details