com.threerings.nexus.net
Class Streamer_Downstream.ServiceResponse

java.lang.Object
  extended by com.threerings.nexus.net.Streamer_Downstream.ServiceResponse
All Implemented Interfaces:
Streamer<Downstream.ServiceResponse>
Enclosing class:
Streamer_Downstream

public static class Streamer_Downstream.ServiceResponse
extends Object
implements Streamer<Downstream.ServiceResponse>

Handles the streaming of Downstream.ServiceResponse instances.


Constructor Summary
Streamer_Downstream.ServiceResponse()
           
 
Method Summary
 Class<?> getObjectClass()
          Returns the concrete class handled by this streamer.
 Downstream.ServiceResponse readObject(Streamable.Input in)
          Instantiates an instance of the appropriate type using data read from the supplied input.
 void writeObject(Streamable.Output out, Downstream.ServiceResponse obj)
          Writes the supplied instance to the supplied output.
static void writeObjectImpl(Streamable.Output out, Downstream.ServiceResponse obj)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Streamer_Downstream.ServiceResponse

public Streamer_Downstream.ServiceResponse()
Method Detail

getObjectClass

public Class<?> getObjectClass()
Description copied from interface: Streamer
Returns the concrete class handled by this streamer.

Specified by:
getObjectClass in interface Streamer<Downstream.ServiceResponse>

writeObject

public void writeObject(Streamable.Output out,
                        Downstream.ServiceResponse obj)
Description copied from interface: Streamer
Writes the supplied instance to the supplied output.

Specified by:
writeObject in interface Streamer<Downstream.ServiceResponse>

readObject

public Downstream.ServiceResponse readObject(Streamable.Input in)
Description copied from interface: Streamer
Instantiates an instance of the appropriate type using data read from the supplied input.

Specified by:
readObject in interface Streamer<Downstream.ServiceResponse>

writeObjectImpl

public static void writeObjectImpl(Streamable.Output out,
                                   Downstream.ServiceResponse obj)


Copyright © 2013. All Rights Reserved.