JXTA

Uses of Class
net.jxta.impl.endpoint.tcp.TcpMessenger

Packages that use TcpMessenger
net.jxta.impl.endpoint.tcp A JXTA MessageTransport implementation which uses raw TCP/IP sockets. 
 

Uses of TcpMessenger in net.jxta.impl.endpoint.tcp
 

Methods in net.jxta.impl.endpoint.tcp with parameters of type TcpMessenger
(package private)  void TcpTransport.register(SocketChannel channel, TcpMessenger messenger)
          Registers the channel with the Read selector and attaches the messenger to the channel
 


JXSE