Package org.apache.sshd.common.io
Interface IoAcceptor
- All Superinterfaces:
AutoCloseable,Channel,Closeable,Closeable,IoService,IoServiceEventListenerManager
- All Known Implementing Classes:
Nio2Acceptor
-
Field Summary
Fields inherited from interface org.apache.sshd.common.io.IoService
DEFAULT_REUSE_ADDRESS -
Method Summary
Modifier and TypeMethodDescriptionvoidbind(SocketAddress address) voidbind(Collection<? extends SocketAddress> addresses) voidunbind()voidunbind(SocketAddress address) voidunbind(Collection<? extends SocketAddress> addresses) Methods inherited from interface org.apache.sshd.common.Closeable
addCloseFutureListener, close, close, isClosed, isClosing, isOpen, removeCloseFutureListenerMethods inherited from interface org.apache.sshd.common.io.IoService
getManagedSessionsMethods inherited from interface org.apache.sshd.common.io.IoServiceEventListenerManager
getIoServiceEventListener, setIoServiceEventListener
-
Method Details
-
bind
- Throws:
IOException
-
bind
- Throws:
IOException
-
unbind
-
unbind
-
unbind
void unbind() -
getBoundAddresses
Set<SocketAddress> getBoundAddresses()
-