org.sapia.ubik.rmi.server.transport.udp
Class UdpRmiConnection.UdpObjectStreamFactory

java.lang.Object
  extended by org.sapia.ubik.rmi.server.transport.udp.UdpRmiConnection.UdpObjectStreamFactory
All Implemented Interfaces:
ObjectStreamFactory
Enclosing class:
UdpRmiConnection

public static final class UdpRmiConnection.UdpObjectStreamFactory
extends java.lang.Object
implements ObjectStreamFactory


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.sapia.ubik.net.udp.ObjectStreamFactory
ObjectStreamFactory.DefaultObjectStreamFactory
 
Field Summary
 
Fields inherited from interface org.sapia.ubik.net.udp.ObjectStreamFactory
DEFAULT_FACTORY
 
Constructor Summary
UdpRmiConnection.UdpObjectStreamFactory()
           
 
Method Summary
 java.io.ObjectOutputStream toOutput(java.io.OutputStream os)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UdpRmiConnection.UdpObjectStreamFactory

public UdpRmiConnection.UdpObjectStreamFactory()
Method Detail

toOutput

public java.io.ObjectOutputStream toOutput(java.io.OutputStream os)
                                    throws java.io.IOException
Specified by:
toOutput in interface ObjectStreamFactory
Throws:
java.io.IOException
See Also:
ObjectStreamFactory.toOutput(OutputStream)


Copyright © 2010 Sapia OSS. All Rights Reserved.