Class NettyIoService
java.lang.Object
org.apache.sshd.common.util.logging.AbstractLoggingBean
org.apache.sshd.common.util.CloseableUtils.IoBaseCloseable
org.apache.sshd.common.util.CloseableUtils.AbstractCloseable
org.aesh.terminal.ssh.netty.NettyIoService
- All Implemented Interfaces:
Closeable, AutoCloseable, Channel, org.apache.sshd.common.Closeable, org.apache.sshd.common.io.IoService
public class NettyIoService
extends org.apache.sshd.common.util.CloseableUtils.AbstractCloseable
implements org.apache.sshd.common.io.IoService
- Author:
- Julien Viet
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.sshd.common.util.CloseableUtils.AbstractCloseable
org.apache.sshd.common.util.CloseableUtils.AbstractCloseable.State -
Field Summary
Fields inherited from class org.apache.sshd.common.util.CloseableUtils.AbstractCloseable
closeFuture, lock, stateFields inherited from class org.apache.sshd.common.util.logging.AbstractLoggingBean
log -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class org.apache.sshd.common.util.CloseableUtils.AbstractCloseable
builder, close, doCloseGracefully, doCloseImmediately, isClosed, isClosing, preCloseMethods inherited from class org.apache.sshd.common.util.CloseableUtils.IoBaseCloseable
close, isOpenMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.sshd.common.Closeable
close, isClosed, isClosing
-
Constructor Details
-
NettyIoService
public NettyIoService()
-
-
Method Details
-
getManagedSessions
-