Uses of Interface
org.caleigo.toolkit.tunnel.ITunnelCodec

Packages that use ITunnelCodec
org.caleigo.toolkit.tunnel   
 

Uses of ITunnelCodec in org.caleigo.toolkit.tunnel
 

Classes in org.caleigo.toolkit.tunnel that implement ITunnelCodec
 class SerializeCodec
           
 

Fields in org.caleigo.toolkit.tunnel declared as ITunnelCodec
protected  ITunnelCodec AbstractTunnel.mCodec
           
 

Methods in org.caleigo.toolkit.tunnel that return ITunnelCodec
protected  ITunnelCodec AbstractTunnelServer.getCodec(java.lang.String codecClassName)
           
 

Methods in org.caleigo.toolkit.tunnel with parameters of type ITunnelCodec
 void ITunnel.setCodec(ITunnelCodec codec)
          Sets the ITunnelCodec that should be used by this ITunnel.
 void AbstractTunnel.setCodec(ITunnelCodec codec)
          Sets the ITunnelCodec that should be used by this ITunnel.
 

Constructors in org.caleigo.toolkit.tunnel with parameters of type ITunnelCodec
SocketTunnel(java.net.InetAddress address, int port, ITunnelCodec codec)
           
HTTPTunnel(java.net.URL url, ITunnelCodec codec)
           
AbstractTunnel(ITunnelCodec codec)
           
 



Copyright © 2005 Caleigo. All Rights Reserved.