| Interface | Description |
|---|---|
| Peer |
Represents a connection to a peer.
|
| Class | Description |
|---|---|
| BasicInetPeer |
Represents a peer that we communicate with by using a basic Socket
that has no associated Channel.
|
| DomainPeer |
Represents a peer that we communicate with by using blocking I/O
on a UNIX domain socket.
|
| EncryptedPeer |
Represents a peer that we communicate with by using an encrypted
communications medium.
|
| NioInetPeer |
Represents a peer that we communicate with by using non-blocking I/O
on a Socket.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.