Uses of Class
com.hazelcast.nio.tcp.TcpIpConnection

Packages that use TcpIpConnection
com.hazelcast.instance This package contains Hazelcast Instance functionality.
 
com.hazelcast.nio This package contains classes related to New IO
 
com.hazelcast.nio.ascii Contains SocketTextReader and SocketTextWriter classes; 
com.hazelcast.nio.tcp Contains functionality for the TCP/IP Networking between cluster members
 
 

Uses of TcpIpConnection in com.hazelcast.instance
 

Methods in com.hazelcast.instance with parameters of type TcpIpConnection
 PacketReader DefaultNodeExtension.createPacketReader(TcpIpConnection connection, IOService ioService)
           
 PacketReader NodeExtension.createPacketReader(TcpIpConnection connection, IOService ioService)
          Creates a PacketReader for given Connection instance.
 PacketWriter DefaultNodeExtension.createPacketWriter(TcpIpConnection connection, IOService ioService)
           
 PacketWriter NodeExtension.createPacketWriter(TcpIpConnection connection, IOService ioService)
          Creates a PacketWriter for given Connection instance.
 

Uses of TcpIpConnection in com.hazelcast.nio
 

Methods in com.hazelcast.nio with parameters of type TcpIpConnection
 PacketReader NodeIOService.createPacketReader(TcpIpConnection connection)
           
 PacketReader IOService.createPacketReader(TcpIpConnection connection)
           
 PacketWriter NodeIOService.createPacketWriter(TcpIpConnection connection)
           
 PacketWriter IOService.createPacketWriter(TcpIpConnection connection)
           
 

Uses of TcpIpConnection in com.hazelcast.nio.ascii
 

Constructors in com.hazelcast.nio.ascii with parameters of type TcpIpConnection
SocketTextReader(TcpIpConnection connection)
           
SocketTextWriter(TcpIpConnection connection)
           
 

Uses of TcpIpConnection in com.hazelcast.nio.tcp
 

Fields in com.hazelcast.nio.tcp declared as TcpIpConnection
protected  TcpIpConnection DefaultPacketReader.connection
           
 

Methods in com.hazelcast.nio.tcp with parameters of type TcpIpConnection
 boolean TcpIpConnectionManager.bind(TcpIpConnection connection, Address remoteEndPoint, Address localEndpoint, boolean reply)
           
 PacketReader TcpIpConnectionManager.createPacketReader(TcpIpConnection connection)
           
 PacketWriter TcpIpConnectionManager.createPacketWriter(TcpIpConnection connection)
           
 

Constructors in com.hazelcast.nio.tcp with parameters of type TcpIpConnection
DefaultPacketReader(TcpIpConnection connection, IOService ioService)
           
 



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