Uses of Interface
com.hazelcast.nio.tcp.SocketChannelWrapper

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(ClientConnectionManager connectionManager, IOSelector in, IOSelector out, int connectionId, SocketChannelWrapper socketChannelWrapper, ClientExecutionService executionService, ClientInvocationServiceImpl invocationService, SerializationService serializationService)
           
 

Uses of SocketChannelWrapper in com.hazelcast.nio.tcp
 

Classes in com.hazelcast.nio.tcp that implement SocketChannelWrapper
 class DefaultSocketChannelWrapper
           
 

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)
           
 



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.