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 TypeMethodDescriptionvoid
bind
(SocketAddress address) void
bind
(Collection<? extends SocketAddress> addresses) void
unbind()
void
unbind
(SocketAddress address) void
unbind
(Collection<? extends SocketAddress> addresses) Methods inherited from interface org.apache.sshd.common.Closeable
addCloseFutureListener, close, close, isClosed, isClosing, isOpen, removeCloseFutureListener
Methods inherited from interface org.apache.sshd.common.io.IoService
getManagedSessions
Methods 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()
-