| Package | Description |
|---|---|
| org.apache.sshd.common.io |
| Modifier and Type | Method and Description |
|---|---|
IoSession |
DefaultIoConnectFuture.getSession() |
IoSession |
IoConnectFuture.getSession() |
| Modifier and Type | Method and Description |
|---|---|
Map<Long,IoSession> |
IoService.getManagedSessions()
Returns the map of all sessions which are currently managed by this service.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IoHandler.exceptionCaught(IoSession session,
Throwable cause) |
void |
IoHandler.messageReceived(IoSession session,
Readable message) |
void |
IoHandler.sessionClosed(IoSession session) |
void |
IoHandler.sessionCreated(IoSession session) |
void |
DefaultIoConnectFuture.setSession(IoSession session) |
void |
IoConnectFuture.setSession(IoSession session)
Sets the newly connected session and notifies all threads waiting for this future.
|
Copyright © 2018–2024 The Apache Software Foundation. All rights reserved.