Uses of Interface
org.sapia.ubik.net.udp.ObjectStreamFactory

Packages that use ObjectStreamFactory
org.sapia.ubik.net.udp   
org.sapia.ubik.rmi.server.transport.udp   
 

Uses of ObjectStreamFactory in org.sapia.ubik.net.udp
 

Classes in org.sapia.ubik.net.udp that implement ObjectStreamFactory
static class ObjectStreamFactory.DefaultObjectStreamFactory
           
 

Fields in org.sapia.ubik.net.udp declared as ObjectStreamFactory
static ObjectStreamFactory ObjectStreamFactory.DEFAULT_FACTORY
           
 

Methods in org.sapia.ubik.net.udp that return ObjectStreamFactory
protected  ObjectStreamFactory UDPConnection.getFactory()
           
 

Methods in org.sapia.ubik.net.udp with parameters of type ObjectStreamFactory
static byte[] Util.toBytes(java.lang.Object o, int bufsize, ObjectStreamFactory fac)
           
 

Uses of ObjectStreamFactory in org.sapia.ubik.rmi.server.transport.udp
 

Classes in org.sapia.ubik.rmi.server.transport.udp that implement ObjectStreamFactory
static class UdpRmiConnection.UdpObjectStreamFactory
           
 

Methods in org.sapia.ubik.rmi.server.transport.udp that return ObjectStreamFactory
protected  ObjectStreamFactory UdpRmiConnection.getFactory()
           
 



Copyright © 2010 Sapia OSS. All Rights Reserved.