Package org.apache.sshd.server.channel
Class ChannelSession.CommandCloseable
java.lang.Object
org.apache.sshd.common.util.logging.AbstractLoggingBean
org.apache.sshd.common.util.closeable.IoBaseCloseable
org.apache.sshd.server.channel.ChannelSession.CommandCloseable
- All Implemented Interfaces:
Closeable,AutoCloseable,Channel,Closeable
- Enclosing class:
ChannelSession
-
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) booleanisClosed()booleanvoidMethods 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
-
CommandCloseable
public CommandCloseable()
-
-
Method Details
-
isClosed
public boolean isClosed() -
isClosing
public boolean isClosing() -
addCloseFutureListener
-
removeCloseFutureListener
-
close
-