public interface IoService extends Closeable, IoServiceEventListenerManager
Modifier and Type | Field and Description |
---|---|
static boolean |
DEFAULT_REUSE_ADDRESS
Socket reuse address.
|
Modifier and Type | Method and Description |
---|---|
Map<Long,IoSession> |
getManagedSessions()
Returns the map of all sessions which are currently managed by this service.
|
addCloseFutureListener, close, close, close, getMaxCloseWaitTime, isClosed, isClosing, isOpen, removeCloseFutureListener
getIoServiceEventListener, setIoServiceEventListener
static final boolean DEFAULT_REUSE_ADDRESS
StandardSocketOptions.SO_REUSEADDR
Copyright © 2018–2021 The Apache Software Foundation. All rights reserved.