|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SocketChannelWrapper | |
|---|---|
| com.hazelcast.client.connection.nio | Contains classes related to New IO for com.hazelcast.client.connection |
| com.hazelcast.nio.tcp | Contains functionality for the TCP/IP Networking between cluster members |
| Uses of SocketChannelWrapper in com.hazelcast.client.connection.nio |
|---|
| Fields in com.hazelcast.client.connection.nio declared as SocketChannelWrapper | |
|---|---|
protected SocketChannelWrapper |
AbstractClientSelectionHandler.socketChannel
|
| Methods in com.hazelcast.client.connection.nio that return SocketChannelWrapper | |
|---|---|
SocketChannelWrapper |
ClientConnection.getSocketChannelWrapper()
|
| Constructors in com.hazelcast.client.connection.nio with parameters of type SocketChannelWrapper | |
|---|---|
ClientConnection(HazelcastClientInstanceImpl client,
IOSelector in,
IOSelector out,
int connectionId,
SocketChannelWrapper socketChannelWrapper)
|
|
| Uses of SocketChannelWrapper in com.hazelcast.nio.tcp |
|---|
| Classes in com.hazelcast.nio.tcp that implement SocketChannelWrapper | |
|---|---|
class |
DefaultSocketChannelWrapper
|
| Fields in com.hazelcast.nio.tcp declared as SocketChannelWrapper | |
|---|---|
protected SocketChannelWrapper |
AbstractSelectionHandler.socketChannel
|
| Methods in com.hazelcast.nio.tcp that return SocketChannelWrapper | |
|---|---|
SocketChannelWrapper |
TcpIpConnection.getSocketChannelWrapper()
|
SocketChannelWrapper |
DefaultSocketChannelWrapperFactory.wrapSocketChannel(SocketChannel socketChannel,
boolean client)
|
SocketChannelWrapper |
SocketChannelWrapperFactory.wrapSocketChannel(SocketChannel socketChannel,
boolean client)
|
| Constructors in com.hazelcast.nio.tcp with parameters of type SocketChannelWrapper | |
|---|---|
TcpIpConnection(TcpIpConnectionManager connectionManager,
IOSelector in,
IOSelector out,
int connectionId,
SocketChannelWrapper socketChannel)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||