A C D E G H I K L M N O P R S T U W

A

AbstractSerializer - Class in com.threerings.nexus.io
A basic Serializer implementation that handles standard types.
add(Callback<? super T>) - Method in class com.threerings.nexus.util.CallbackList
Adds the supplied callback to the list.
addr - Variable in class com.threerings.nexus.net.Downstream.SubscribeFailure
The address of the object requested.
addr - Variable in class com.threerings.nexus.net.Upstream.Subscribe
The address of object to which a subscription is desired.
Address<T extends NexusObject> - Class in com.threerings.nexus.distrib
Identifies a distributed object somewhere in the Nexus network.
Address.OfAnonymous - Class in com.threerings.nexus.distrib
An address of an anonymous object.
Address.OfAnonymous(String, int) - Constructor for class com.threerings.nexus.distrib.Address.OfAnonymous
 
Address.OfKeyed<T extends NexusObject & Keyed> - Class in com.threerings.nexus.distrib
An address of a keyed object.
Address.OfKeyed(String, Class<T>, Comparable<?>) - Constructor for class com.threerings.nexus.distrib.Address.OfKeyed
 
Address.OfSingleton<T extends NexusObject & Singleton> - Class in com.threerings.nexus.distrib
An address of a singleton object.
Address.OfSingleton(String, Class<T>) - Constructor for class com.threerings.nexus.distrib.Address.OfSingleton
 
applyTo(NexusObject) - Method in class com.threerings.nexus.distrib.NexusEvent
Applies this event to the supplied target object.
args - Variable in class com.threerings.nexus.net.Upstream.ServiceCall
The arguments to be supplied to the method call.
attrIndex - Variable in class com.threerings.nexus.net.Upstream.ServiceCall
The index of the service attribute on said object.

C

Callback<T> - Interface in com.threerings.nexus.util
Used to communicate asynchronous results.
Callback.Chain<T> - Class in com.threerings.nexus.util
A callback that chains failure to the supplied delegate callback.
Callback.Chain(Callback<?>) - Constructor for class com.threerings.nexus.util.Callback.Chain
 
CallbackList<T> - Class in com.threerings.nexus.util
Collects a list of callbacks, and eases the process of propagating success or failure to all listed callbacks.
CallbackList() - Constructor for class com.threerings.nexus.util.CallbackList
 
callId - Variable in class com.threerings.nexus.net.Downstream.ServiceFailure
The id of the originating call.
callId - Variable in class com.threerings.nexus.net.Downstream.ServiceResponse
The id of the originating call.
callId - Variable in class com.threerings.nexus.net.Upstream.ServiceCall
An id that will be used to correlate this call with a response.
cause - Variable in class com.threerings.nexus.net.Downstream.ServiceFailure
The reason for the failure.
cause - Variable in class com.threerings.nexus.net.Downstream.SubscribeFailure
The reason for the failure.
clear(NexusObject) - Static method in class com.threerings.nexus.distrib.DistribUtil
 
close() - Method in class com.threerings.nexus.net.Connection
Closes this connection in an orderly fashion.
com.threerings.nexus.client - package com.threerings.nexus.client
 
com.threerings.nexus.distrib - package com.threerings.nexus.distrib
 
com.threerings.nexus.io - package com.threerings.nexus.io
 
com.threerings.nexus.net - package com.threerings.nexus.net
 
com.threerings.nexus.util - package com.threerings.nexus.util
 
Connection - Class in com.threerings.nexus.net
Manages a connection to a particular server.
create(String, Class<T>, Comparable<?>) - Static method in class com.threerings.nexus.distrib.Address
Creates an address for a keyed instance on the specified host.
create(String, Class<T>) - Static method in class com.threerings.nexus.distrib.Address
Creates an address for a singleton instance on the specified host.
create(String, int) - Static method in class com.threerings.nexus.distrib.Address
Creates an address for an anonymous object on the specified host.
create(NexusObject) - Static method in class com.threerings.nexus.distrib.DMap
Creates a distributed map that uses a HashMap as its underlying implementation.
create(NexusObject, Map<K, V>) - Static method in class com.threerings.nexus.distrib.DMap
Creates a distributed map with the supplied underlying map implementation.
create(NexusObject) - Static method in class com.threerings.nexus.distrib.DSet
Creates a distributed set backed by a HashSet, with the specified owner.
create(NexusObject, Set<T>) - Static method in class com.threerings.nexus.distrib.DSet
Creates a distributed set with the specified owner and underlying set implementation.
create(NexusObject) - Static method in class com.threerings.nexus.distrib.DSignal
Convenience method for creating a signal and registering it with its owner.
create(NexusObject, T) - Static method in class com.threerings.nexus.distrib.DValue
Creates a new attribute with the specified owner and initial value.
create(Class<T>) - Static method in class com.threerings.nexus.io.Streamers
Creates a streamer for the supplied enum class.
create(Callback<? super T>) - Static method in class com.threerings.nexus.util.CallbackList
Creates a callback list, populated with the supplied callback.
createService(NexusObject) - Method in interface com.threerings.nexus.distrib.DService.Factory
Creates a service attribute with the supplied owner.

D

DAttribute - Interface in com.threerings.nexus.distrib
The base type for all Nexus object attributes.
DAttribute.Event - Class in com.threerings.nexus.distrib
A base class for all events associated with an attribute.
dispatch(Downstream.Handler) - Method in interface com.threerings.nexus.net.Downstream
Dispatches this message to the appropriate method on the supplied handler.
dispatch(Downstream.Handler) - Method in class com.threerings.nexus.net.Downstream.DispatchEvent
 
dispatch(Downstream.Handler) - Method in class com.threerings.nexus.net.Downstream.ObjectCleared
 
dispatch(Downstream.Handler) - Method in class com.threerings.nexus.net.Downstream.ServiceFailure
 
dispatch(Downstream.Handler) - Method in class com.threerings.nexus.net.Downstream.ServiceResponse
 
dispatch(Downstream.Handler) - Method in class com.threerings.nexus.net.Downstream.Subscribe
 
dispatch(Downstream.Handler) - Method in class com.threerings.nexus.net.Downstream.SubscribeFailure
 
dispatch(Upstream.Handler) - Method in interface com.threerings.nexus.net.Upstream
Dispatches this message to the appropriate method on the supplied handler.
dispatch(Upstream.Handler) - Method in class com.threerings.nexus.net.Upstream.PostEvent
 
dispatch(Upstream.Handler) - Method in class com.threerings.nexus.net.Upstream.ServiceCall
 
dispatch(Upstream.Handler) - Method in class com.threerings.nexus.net.Upstream.Subscribe
 
dispatch(Upstream.Handler) - Method in class com.threerings.nexus.net.Upstream.Unsubscribe
 
dispatchCall(NexusObject, int, short, Object[]) - Static method in class com.threerings.nexus.distrib.DistribUtil
 
dispatchCall(short, Object[]) - Method in class com.threerings.nexus.distrib.DService.Dispatcher
Dispatches a service call that came in over the network.
DistribUtil - Class in com.threerings.nexus.distrib
Provides access to interfaces that should not be called by normal clients, but which must be accessible to the Nexus implementation code, which may reside in a different package.
DMap<K,V> - Class in com.threerings.nexus.distrib
A map attribute for a Nexus object.
Downstream - Interface in com.threerings.nexus.net
A base interface for all messages received from a server.
Downstream.DispatchEvent - Class in com.threerings.nexus.net
Notifies the client of an event originating from the server.
Downstream.DispatchEvent(NexusEvent) - Constructor for class com.threerings.nexus.net.Downstream.DispatchEvent
 
Downstream.Handler - Interface in com.threerings.nexus.net
Used to dispatch downstream messages.
Downstream.ObjectCleared - Class in com.threerings.nexus.net
Delivers an object cleared notification from the server.
Downstream.ObjectCleared(int) - Constructor for class com.threerings.nexus.net.Downstream.ObjectCleared
 
Downstream.ServiceFailure - Class in com.threerings.nexus.net
Delivers a failure response to a service call from the server.
Downstream.ServiceFailure(int, String) - Constructor for class com.threerings.nexus.net.Downstream.ServiceFailure
 
Downstream.ServiceResponse - Class in com.threerings.nexus.net
Delivers a response to a service call from the server.
Downstream.ServiceResponse(int, Object) - Constructor for class com.threerings.nexus.net.Downstream.ServiceResponse
 
Downstream.Subscribe - Class in com.threerings.nexus.net
A successful response to a subscription request.
Downstream.Subscribe(NexusObject) - Constructor for class com.threerings.nexus.net.Downstream.Subscribe
 
Downstream.SubscribeFailure - Class in com.threerings.nexus.net
A failure response to a subscription request.
Downstream.SubscribeFailure(Address<?>, String) - Constructor for class com.threerings.nexus.net.Downstream.SubscribeFailure
 
DService<T extends NexusService> - Class in com.threerings.nexus.distrib
An attribute that contains a Nexus service reference.
DService.Dispatcher<T extends NexusService> - Class in com.threerings.nexus.distrib
An implementation detail used by service dispatchers.
DService.Factory<T extends NexusService> - Interface in com.threerings.nexus.distrib
Used to create service attributes.
DSet<T> - Class in com.threerings.nexus.distrib
A set attribute for a Nexus object.
DSignal<T> - Class in com.threerings.nexus.distrib
A signal attribute which retains no data, but serves as a means by which to emit and listen for custom events.
DSignal(NexusObject) - Constructor for class com.threerings.nexus.distrib.DSignal
 
DValue<T> - Class in com.threerings.nexus.distrib
A value attribute for a Nexus object.

E

emit(T) - Method in class com.threerings.nexus.distrib.DSignal
Causes this signal to emit the supplied event.
emit(Signal<T>, T) - Static method in class com.threerings.nexus.util.Util
Emits an event to the supplied signal, capturing and logging any exceptions.
equals(Object) - Method in class com.threerings.nexus.distrib.Address
 
equals(Object) - Method in class com.threerings.nexus.distrib.Address.OfAnonymous
 
equals(Object) - Method in class com.threerings.nexus.distrib.Address.OfKeyed
 
event - Variable in class com.threerings.nexus.net.Downstream.DispatchEvent
The event to be dispatched.
event - Variable in class com.threerings.nexus.net.Upstream.PostEvent
The event to be posted.
EventSink - Interface in com.threerings.nexus.distrib
Handles the dispatch of events for a NexusObject.

G

get() - Method in class com.threerings.nexus.distrib.DService
Returns the service encapsulated by this attribute.
getAddress() - Method in class com.threerings.nexus.distrib.NexusObject
Returns the address of this object.
getClass(short) - Method in class com.threerings.nexus.io.AbstractSerializer
 
getClass(short) - Method in interface com.threerings.nexus.io.Serializer
Returns the class assigned the supplied code.
getCode(Class<?>) - Method in class com.threerings.nexus.io.AbstractSerializer
 
getCode(Class<?>) - Method in interface com.threerings.nexus.io.Serializer
Returns the code assigned to the supplied class.
getHost() - Method in interface com.threerings.nexus.distrib.EventSink
Returns the name of the host that is associated with this event sink.
getHost() - Method in class com.threerings.nexus.net.Connection
 
getId() - Method in class com.threerings.nexus.distrib.NexusObject
Returns this object's Nexus id.
getKey() - Method in interface com.threerings.nexus.distrib.Keyed
Returns the globally unique key for this instance (must be a primitive or String).
getObjectClass() - Method in class com.threerings.nexus.distrib.Streamer_Address.OfAnonymous
 
getObjectClass() - Method in class com.threerings.nexus.distrib.Streamer_Address.OfKeyed
 
getObjectClass() - Method in class com.threerings.nexus.distrib.Streamer_Address.OfSingleton
 
getObjectClass() - Method in class com.threerings.nexus.distrib.Streamer_Address.OfTyped
 
getObjectClass() - Method in class com.threerings.nexus.distrib.Streamer_DMap.PutEvent
 
getObjectClass() - Method in class com.threerings.nexus.distrib.Streamer_DMap.RemoveEvent
 
getObjectClass() - Method in class com.threerings.nexus.distrib.Streamer_DSet.AddEvent
 
getObjectClass() - Method in class com.threerings.nexus.distrib.Streamer_DSet.RemoveEvent
 
getObjectClass() - Method in class com.threerings.nexus.distrib.Streamer_DSignal.EmitEvent
 
getObjectClass() - Method in class com.threerings.nexus.distrib.Streamer_DValue.ChangeEvent
 
getObjectClass() - Method in interface com.threerings.nexus.io.Streamer
Returns the concrete class handled by this streamer.
getObjectClass() - Method in class com.threerings.nexus.io.Streamers.Streamer_Boolean
 
getObjectClass() - Method in class com.threerings.nexus.io.Streamers.Streamer_Byte
 
getObjectClass() - Method in class com.threerings.nexus.io.Streamers.Streamer_Character
 
getObjectClass() - Method in class com.threerings.nexus.io.Streamers.Streamer_Double
 
getObjectClass() - Method in class com.threerings.nexus.io.Streamers.Streamer_Enum
 
getObjectClass() - Method in class com.threerings.nexus.io.Streamers.Streamer_Float
 
getObjectClass() - Method in class com.threerings.nexus.io.Streamers.Streamer_Integer
 
getObjectClass() - Method in class com.threerings.nexus.io.Streamers.Streamer_List
 
getObjectClass() - Method in class com.threerings.nexus.io.Streamers.Streamer_Long
 
getObjectClass() - Method in class com.threerings.nexus.io.Streamers.Streamer_Map
 
getObjectClass() - Method in class com.threerings.nexus.io.Streamers.Streamer_Null
 
getObjectClass() - Method in class com.threerings.nexus.io.Streamers.Streamer_Set
 
getObjectClass() - Method in class com.threerings.nexus.io.Streamers.Streamer_Short
 
getObjectClass() - Method in class com.threerings.nexus.io.Streamers.Streamer_String
 
getObjectClass() - Method in class com.threerings.nexus.net.Streamer_Downstream.DispatchEvent
 
getObjectClass() - Method in class com.threerings.nexus.net.Streamer_Downstream.ObjectCleared
 
getObjectClass() - Method in class com.threerings.nexus.net.Streamer_Downstream.ServiceFailure
 
getObjectClass() - Method in class com.threerings.nexus.net.Streamer_Downstream.ServiceResponse
 
getObjectClass() - Method in class com.threerings.nexus.net.Streamer_Downstream.Subscribe
 
getObjectClass() - Method in class com.threerings.nexus.net.Streamer_Downstream.SubscribeFailure
 
getObjectClass() - Method in class com.threerings.nexus.net.Streamer_Upstream.PostEvent
 
getObjectClass() - Method in class com.threerings.nexus.net.Streamer_Upstream.ServiceCall
 
getObjectClass() - Method in class com.threerings.nexus.net.Streamer_Upstream.Subscribe
 
getObjectClass() - Method in class com.threerings.nexus.net.Streamer_Upstream.Unsubscribe
 
getObjects() - Method in class com.threerings.nexus.distrib.NexusObject
 
getObjects() - Method in interface com.threerings.nexus.distrib.NexusService.ObjectResponse
Returns the objects contained within this response object.
getServiceClass() - Method in class com.threerings.nexus.distrib.DService
Returns the class for the service encapsulated by this attribute.
getServiceCode(Class<? extends NexusService>) - Method in class com.threerings.nexus.io.AbstractSerializer
 
getServiceCode(Class<? extends NexusService>) - Method in interface com.threerings.nexus.io.Serializer
Returns the code assigned to the supplied service class.
getServiceFactory(short) - Method in class com.threerings.nexus.io.AbstractSerializer
 
getServiceFactory(short) - Method in interface com.threerings.nexus.io.Serializer
Returns the service factory for the class assigned the supplied code.
getStreamer(short) - Method in class com.threerings.nexus.io.AbstractSerializer
 
getStreamer(short) - Method in interface com.threerings.nexus.io.Serializer
Returns the streamer for the class assigned the supplied code.

H

hashCode() - Method in class com.threerings.nexus.distrib.Address
 
hashCode() - Method in class com.threerings.nexus.distrib.Address.OfAnonymous
 
hashCode() - Method in class com.threerings.nexus.distrib.Address.OfKeyed
 
host - Variable in class com.threerings.nexus.distrib.Address
The hostname of the server on which this object resides.

I

id - Variable in class com.threerings.nexus.distrib.Address.OfAnonymous
The id of the target object.
id - Variable in class com.threerings.nexus.net.Downstream.ObjectCleared
The id of the object that was cleared.
id - Variable in class com.threerings.nexus.net.Upstream.Unsubscribe
The id of the object from which we are unsubscribing.
index - Variable in class com.threerings.nexus.distrib.DAttribute.Event
The index of the attribute targetted by this event.
info(String, Object...) - Method in class com.threerings.nexus.util.Log.JavaLogger
 
info(String, Object...) - Method in class com.threerings.nexus.util.Log.Logger
Logs an info level message, with the supplied arguments and optional Throwable cause in final position.
init(NexusObject, int, EventSink) - Static method in class com.threerings.nexus.distrib.DistribUtil
 

K

key - Variable in class com.threerings.nexus.distrib.Address.OfKeyed
The key identifying our target object.
Keyed - Interface in com.threerings.nexus.distrib
An interface that must be implemented by keyed entities.

L

Log - Class in com.threerings.nexus.util
Handles logging for the Nexus code.
log - Static variable in class com.threerings.nexus.util.Log
Dispatch log messages through this instance.
Log.JavaLogger - Class in com.threerings.nexus.util
 
Log.JavaLogger(String) - Constructor for class com.threerings.nexus.util.Log.JavaLogger
 
Log.Logger - Class in com.threerings.nexus.util
A level of indirection that allows us to plug in Java or GWT-based logging.
Log.Logger() - Constructor for class com.threerings.nexus.util.Log.Logger
 

M

methodId - Variable in class com.threerings.nexus.net.Upstream.ServiceCall
The id of the method to be called.

N

NexusClient - Class in com.threerings.nexus.client
Manages connections to Nexus servers.
NexusClient() - Constructor for class com.threerings.nexus.client.NexusClient
 
NexusEvent - Class in com.threerings.nexus.distrib
Contains information describing a change to a NexusObject.
NexusException - Exception in com.threerings.nexus.distrib
An exception used to report failure of Nexus services.
NexusException(String) - Constructor for exception com.threerings.nexus.distrib.NexusException
 
NexusException(String, Throwable) - Constructor for exception com.threerings.nexus.distrib.NexusException
 
NexusException(Throwable) - Constructor for exception com.threerings.nexus.distrib.NexusException
 
NexusObject - Class in com.threerings.nexus.distrib
The basis for all distributed information sharing in Nexus.
NexusObject() - Constructor for class com.threerings.nexus.distrib.NexusObject
 
NexusService - Interface in com.threerings.nexus.distrib
A marker interface identifying a Nexus distributed service.
NexusService.ObjectResponse - Interface in com.threerings.nexus.distrib
If the object returned in a Callback contains any NexusObjects, the returned object must implement this interface and provide a reference to the contained objects.
NOOP - Static variable in interface com.threerings.nexus.util.Callback
A callback that does nothing, including nothing in the event of failure.
notifyFailure(Callback<?>, Throwable) - Static method in class com.threerings.nexus.util.Util
Notifies the supplied callback of failure, capturing and logging any exceptions.
notifySuccess(Callback<T>, T) - Static method in class com.threerings.nexus.util.Util
Notifies the supplied callback of success, capturing and logging any exceptions.

O

object - Variable in class com.threerings.nexus.net.Downstream.Subscribe
The requested object.
objectId - Variable in class com.threerings.nexus.net.Upstream.ServiceCall
The id of the object that contains the service in question.
of(T) - Static method in class com.threerings.nexus.distrib.Address
Returns the address of the supplied NexusObject, with the proper generic type.
onClose - Variable in class com.threerings.nexus.net.Connection
A signal emitted when this connection is closed.
onDispatchEvent(Downstream.DispatchEvent) - Method in class com.threerings.nexus.net.Connection
 
onDispatchEvent(Downstream.DispatchEvent) - Method in interface com.threerings.nexus.net.Downstream.Handler
Dispatches an event originating on the server.
onFailure(Throwable) - Method in class com.threerings.nexus.util.Callback.Chain
 
onFailure(Throwable) - Method in interface com.threerings.nexus.util.Callback
Called when the asynchronous request failed, supplying a cause for failure.
onFailure(Throwable) - Method in class com.threerings.nexus.util.CallbackList
 
onLost - Variable in class com.threerings.nexus.distrib.NexusObject
A signal that is emitted if the subscription to this object is lost due to the object being destroyed or due to the connection to the server that hosts this object being lost.
onObjectCleared(Downstream.ObjectCleared) - Method in class com.threerings.nexus.net.Connection
 
onObjectCleared(Downstream.ObjectCleared) - Method in interface com.threerings.nexus.net.Downstream.Handler
Dispatches an object cleared notification.
onPostEvent(Upstream.PostEvent) - Method in interface com.threerings.nexus.net.Upstream.Handler
Dispatches a post event request.
onServiceCall(Upstream.ServiceCall) - Method in interface com.threerings.nexus.net.Upstream.Handler
Dispatches a service call request.
onServiceFailure(Downstream.ServiceFailure) - Method in class com.threerings.nexus.net.Connection
 
onServiceFailure(Downstream.ServiceFailure) - Method in interface com.threerings.nexus.net.Downstream.Handler
Dispatches a failed service notification from the server.
onServiceResponse(Downstream.ServiceResponse) - Method in class com.threerings.nexus.net.Connection
 
onServiceResponse(Downstream.ServiceResponse) - Method in interface com.threerings.nexus.net.Downstream.Handler
Dispatches a service response from the server.
onSubscribe(Downstream.Subscribe) - Method in class com.threerings.nexus.net.Connection
 
onSubscribe(Downstream.Subscribe) - Method in interface com.threerings.nexus.net.Downstream.Handler
Dispatches a successful subscribe response.
onSubscribe(Upstream.Subscribe) - Method in interface com.threerings.nexus.net.Upstream.Handler
Dispatches a subscribe request.
onSubscribeFailure(Downstream.SubscribeFailure) - Method in class com.threerings.nexus.net.Connection
 
onSubscribeFailure(Downstream.SubscribeFailure) - Method in interface com.threerings.nexus.net.Downstream.Handler
Dispatches a failed subscribe response.
onSuccess(T) - Method in interface com.threerings.nexus.util.Callback
Called when the asynchronous request succeeded, supplying its result.
onSuccess(T) - Method in class com.threerings.nexus.util.CallbackList
 
onUnsubscribe(Upstream.Unsubscribe) - Method in interface com.threerings.nexus.net.Upstream.Handler
Dispatches an unsubscribe request.

P

postCall(NexusObject, short, short, Object[]) - Method in interface com.threerings.nexus.distrib.EventSink
Posts a service request originating from the specified object.
postCall(NexusObject, short, short, Object[]) - Method in class com.threerings.nexus.net.Connection
 
postEvent(NexusObject, NexusEvent) - Method in interface com.threerings.nexus.distrib.EventSink
Posts an event originating from the specified object, to be dispatched to local and distributed listeners.
postEvent(NexusObject, NexusEvent) - Method in class com.threerings.nexus.net.Connection
 

R

readBoolean() - Method in class com.threerings.nexus.io.Streamable.Input
 
readBooleans() - Method in class com.threerings.nexus.io.Streamable.Input
Reads an array of boolean values from the stream.
readByte() - Method in class com.threerings.nexus.io.Streamable.Input
 
readBytes() - Method in class com.threerings.nexus.io.Streamable.Input
Reads an array of byte values from the stream.
readChar() - Method in class com.threerings.nexus.io.Streamable.Input
 
readChars() - Method in class com.threerings.nexus.io.Streamable.Input
Reads an array of char values from the stream.
readClass() - Method in class com.threerings.nexus.io.Streamable.Input
 
readContents(Streamable.Input) - Method in interface com.threerings.nexus.distrib.DAttribute
Reads the contents of this attribute from the supplied input.
readContents(Streamable.Input) - Method in class com.threerings.nexus.distrib.DMap
 
readContents(Streamable.Input) - Method in class com.threerings.nexus.distrib.DService
 
readContents(Streamable.Input) - Method in class com.threerings.nexus.distrib.DSet
 
readContents(Streamable.Input) - Method in class com.threerings.nexus.distrib.DSignal
 
readContents(Streamable.Input) - Method in class com.threerings.nexus.distrib.DValue
 
readContents(Streamable.Input) - Method in class com.threerings.nexus.distrib.NexusObject
Reads the contents of this object from the supplied input.
readDouble() - Method in class com.threerings.nexus.io.Streamable.Input
 
readDoubles() - Method in class com.threerings.nexus.io.Streamable.Input
Reads an array of double values from the stream.
readEnum(Class<T>) - Method in class com.threerings.nexus.io.Streamable.Input
Reads an enumerated value from the stream.
readFloat() - Method in class com.threerings.nexus.io.Streamable.Input
 
readFloats() - Method in class com.threerings.nexus.io.Streamable.Input
Reads an array of float values from the stream.
readInt() - Method in class com.threerings.nexus.io.Streamable.Input
 
readInts() - Method in class com.threerings.nexus.io.Streamable.Input
Reads an array of int values from the stream.
readLong() - Method in class com.threerings.nexus.io.Streamable.Input
 
readLongs() - Method in class com.threerings.nexus.io.Streamable.Input
Reads an array of long values from the stream.
readObject(Streamable.Input) - Method in class com.threerings.nexus.distrib.Streamer_Address.OfAnonymous
 
readObject(Streamable.Input) - Method in class com.threerings.nexus.distrib.Streamer_Address.OfKeyed
 
readObject(Streamable.Input) - Method in class com.threerings.nexus.distrib.Streamer_Address.OfSingleton
 
readObject(Streamable.Input) - Method in class com.threerings.nexus.distrib.Streamer_Address.OfTyped
 
readObject(Streamable.Input) - Method in class com.threerings.nexus.distrib.Streamer_DMap.PutEvent
 
readObject(Streamable.Input) - Method in class com.threerings.nexus.distrib.Streamer_DMap.RemoveEvent
 
readObject(Streamable.Input) - Method in class com.threerings.nexus.distrib.Streamer_DSet.AddEvent
 
readObject(Streamable.Input) - Method in class com.threerings.nexus.distrib.Streamer_DSet.RemoveEvent
 
readObject(Streamable.Input) - Method in class com.threerings.nexus.distrib.Streamer_DSignal.EmitEvent
 
readObject(Streamable.Input) - Method in class com.threerings.nexus.distrib.Streamer_DValue.ChangeEvent
 
readObject(Streamable.Input) - Method in interface com.threerings.nexus.io.Streamer
Instantiates an instance of the appropriate type using data read from the supplied input.
readObject(Streamable.Input) - Method in class com.threerings.nexus.io.Streamers.Streamer_Boolean
 
readObject(Streamable.Input) - Method in class com.threerings.nexus.io.Streamers.Streamer_Byte
 
readObject(Streamable.Input) - Method in class com.threerings.nexus.io.Streamers.Streamer_Character
 
readObject(Streamable.Input) - Method in class com.threerings.nexus.io.Streamers.Streamer_Double
 
readObject(Streamable.Input) - Method in class com.threerings.nexus.io.Streamers.Streamer_Enum
 
readObject(Streamable.Input) - Method in class com.threerings.nexus.io.Streamers.Streamer_Float
 
readObject(Streamable.Input) - Method in class com.threerings.nexus.io.Streamers.Streamer_Integer
 
readObject(Streamable.Input) - Method in class com.threerings.nexus.io.Streamers.Streamer_List
 
readObject(Streamable.Input) - Method in class com.threerings.nexus.io.Streamers.Streamer_Long
 
readObject(Streamable.Input) - Method in class com.threerings.nexus.io.Streamers.Streamer_Map
 
readObject(Streamable.Input) - Method in class com.threerings.nexus.io.Streamers.Streamer_Null
 
readObject(Streamable.Input) - Method in class com.threerings.nexus.io.Streamers.Streamer_Set
 
readObject(Streamable.Input) - Method in class com.threerings.nexus.io.Streamers.Streamer_Short
 
readObject(Streamable.Input) - Method in class com.threerings.nexus.io.Streamers.Streamer_String
 
readObject(Streamable.Input) - Method in class com.threerings.nexus.net.Streamer_Downstream.DispatchEvent
 
readObject(Streamable.Input) - Method in class com.threerings.nexus.net.Streamer_Downstream.ObjectCleared
 
readObject(Streamable.Input) - Method in class com.threerings.nexus.net.Streamer_Downstream.ServiceFailure
 
readObject(Streamable.Input) - Method in class com.threerings.nexus.net.Streamer_Downstream.ServiceResponse
 
readObject(Streamable.Input) - Method in class com.threerings.nexus.net.Streamer_Downstream.Subscribe
 
readObject(Streamable.Input) - Method in class com.threerings.nexus.net.Streamer_Downstream.SubscribeFailure
 
readObject(Streamable.Input) - Method in class com.threerings.nexus.net.Streamer_Upstream.PostEvent
 
readObject(Streamable.Input) - Method in class com.threerings.nexus.net.Streamer_Upstream.ServiceCall
 
readObject(Streamable.Input) - Method in class com.threerings.nexus.net.Streamer_Upstream.Subscribe
 
readObject(Streamable.Input) - Method in class com.threerings.nexus.net.Streamer_Upstream.Unsubscribe
 
readService() - Method in class com.threerings.nexus.io.Streamable.Input
Reads a service factory, which can be used to create Nexus service attributes.
readShort() - Method in class com.threerings.nexus.io.Streamable.Input
 
readShorts() - Method in class com.threerings.nexus.io.Streamable.Input
Reads an array of short values from the stream.
readString() - Method in class com.threerings.nexus.io.Streamable.Input
 
readStrings() - Method in class com.threerings.nexus.io.Streamable.Input
Reads an array of strings from the stream.
readValue() - Method in class com.threerings.nexus.io.Streamable.Input
Reads a single value from the input (which must have been written via a call to Streamable.Output.writeValue(T)).
readValues(Collection<T>) - Method in class com.threerings.nexus.io.Streamable.Input
Reads a series of same-typed values from the input, storing them into into using the Collection.add(E) method.
remove(Callback<? super T>) - Method in class com.threerings.nexus.util.CallbackList
Adds the supplied callback to the list.
require(boolean, String) - Static method in exception com.threerings.nexus.distrib.NexusException
Throws a NexusException with the supplied error message if condition is not true.
result - Variable in class com.threerings.nexus.net.Downstream.ServiceResponse
The result of the call.

S

sentinelValue() - Static method in class com.threerings.nexus.distrib.DistribUtil
Returns a sentinel value for use by events in tracking unset values.
Serializer - Interface in com.threerings.nexus.io
An automatically generated class that knows about all Streamable and NexusService classes that will be used by a client.
setWarnOnly() - Method in class com.threerings.nexus.util.Log.JavaLogger
 
setWarnOnly() - Method in class com.threerings.nexus.util.Log.Logger
Disables info logging, shows only warnings and above.
Singleton - Interface in com.threerings.nexus.distrib
A marker interface for Nexus singleton entities.
Streamable - Interface in com.threerings.nexus.io
An interface implemented by objects that will be streamed over the network.
Streamable.Input - Class in com.threerings.nexus.io
The means by which Streamable instances read their data from a remote source.
Streamable.Input() - Constructor for class com.threerings.nexus.io.Streamable.Input
 
Streamable.Output - Class in com.threerings.nexus.io
The means by which Streamable instances write their data to a remote source.
Streamable.Output() - Constructor for class com.threerings.nexus.io.Streamable.Output
 
Streamer<T> - Interface in com.threerings.nexus.io
An interface implemented by generated streamer classes.
Streamer_Address<T extends NexusObject> - Class in com.threerings.nexus.distrib
Handles the streaming of Address and/or nested classes.
Streamer_Address() - Constructor for class com.threerings.nexus.distrib.Streamer_Address
 
Streamer_Address.OfAnonymous - Class in com.threerings.nexus.distrib
Handles the streaming of Address.OfAnonymous instances.
Streamer_Address.OfAnonymous() - Constructor for class com.threerings.nexus.distrib.Streamer_Address.OfAnonymous
 
Streamer_Address.OfKeyed<T extends NexusObject & Keyed> - Class in com.threerings.nexus.distrib
Handles the streaming of Address.OfKeyed instances.
Streamer_Address.OfKeyed() - Constructor for class com.threerings.nexus.distrib.Streamer_Address.OfKeyed
 
Streamer_Address.OfSingleton<T extends NexusObject & Singleton> - Class in com.threerings.nexus.distrib
Handles the streaming of Address.OfSingleton instances.
Streamer_Address.OfSingleton() - Constructor for class com.threerings.nexus.distrib.Streamer_Address.OfSingleton
 
Streamer_Address.OfTyped<T extends NexusObject> - Class in com.threerings.nexus.distrib
Handles the streaming of Streamer_Address.OfTyped instances.
Streamer_Address.OfTyped() - Constructor for class com.threerings.nexus.distrib.Streamer_Address.OfTyped
 
Streamer_DAttribute - Class in com.threerings.nexus.distrib
Handles the streaming of DAttribute and/or nested classes.
Streamer_DAttribute() - Constructor for class com.threerings.nexus.distrib.Streamer_DAttribute
 
Streamer_DAttribute.Event - Class in com.threerings.nexus.distrib
Handles the streaming of DAttribute.Event instances.
Streamer_DAttribute.Event() - Constructor for class com.threerings.nexus.distrib.Streamer_DAttribute.Event
 
Streamer_DMap - Class in com.threerings.nexus.distrib
Handles the streaming of DMap and/or nested classes.
Streamer_DMap() - Constructor for class com.threerings.nexus.distrib.Streamer_DMap
 
Streamer_DMap.PutEvent<K,V> - Class in com.threerings.nexus.distrib
Handles the streaming of Streamer_DMap.PutEvent instances.
Streamer_DMap.PutEvent() - Constructor for class com.threerings.nexus.distrib.Streamer_DMap.PutEvent
 
Streamer_DMap.RemoveEvent<K,V> - Class in com.threerings.nexus.distrib
Handles the streaming of Streamer_DMap.RemoveEvent instances.
Streamer_DMap.RemoveEvent() - Constructor for class com.threerings.nexus.distrib.Streamer_DMap.RemoveEvent
 
Streamer_Downstream - Class in com.threerings.nexus.net
Handles the streaming of Downstream and/or nested classes.
Streamer_Downstream() - Constructor for class com.threerings.nexus.net.Streamer_Downstream
 
Streamer_Downstream.DispatchEvent - Class in com.threerings.nexus.net
Handles the streaming of Downstream.DispatchEvent instances.
Streamer_Downstream.DispatchEvent() - Constructor for class com.threerings.nexus.net.Streamer_Downstream.DispatchEvent
 
Streamer_Downstream.ObjectCleared - Class in com.threerings.nexus.net
Handles the streaming of Downstream.ObjectCleared instances.
Streamer_Downstream.ObjectCleared() - Constructor for class com.threerings.nexus.net.Streamer_Downstream.ObjectCleared
 
Streamer_Downstream.ServiceFailure - Class in com.threerings.nexus.net
Handles the streaming of Downstream.ServiceFailure instances.
Streamer_Downstream.ServiceFailure() - Constructor for class com.threerings.nexus.net.Streamer_Downstream.ServiceFailure
 
Streamer_Downstream.ServiceResponse - Class in com.threerings.nexus.net
Handles the streaming of Downstream.ServiceResponse instances.
Streamer_Downstream.ServiceResponse() - Constructor for class com.threerings.nexus.net.Streamer_Downstream.ServiceResponse
 
Streamer_Downstream.Subscribe - Class in com.threerings.nexus.net
Handles the streaming of Downstream.Subscribe instances.
Streamer_Downstream.Subscribe() - Constructor for class com.threerings.nexus.net.Streamer_Downstream.Subscribe
 
Streamer_Downstream.SubscribeFailure - Class in com.threerings.nexus.net
Handles the streaming of Downstream.SubscribeFailure instances.
Streamer_Downstream.SubscribeFailure() - Constructor for class com.threerings.nexus.net.Streamer_Downstream.SubscribeFailure
 
Streamer_DSet - Class in com.threerings.nexus.distrib
Handles the streaming of DSet and/or nested classes.
Streamer_DSet() - Constructor for class com.threerings.nexus.distrib.Streamer_DSet
 
Streamer_DSet.AddEvent<T> - Class in com.threerings.nexus.distrib
Handles the streaming of Streamer_DSet.AddEvent instances.
Streamer_DSet.AddEvent() - Constructor for class com.threerings.nexus.distrib.Streamer_DSet.AddEvent
 
Streamer_DSet.RemoveEvent<T> - Class in com.threerings.nexus.distrib
Handles the streaming of Streamer_DSet.RemoveEvent instances.
Streamer_DSet.RemoveEvent() - Constructor for class com.threerings.nexus.distrib.Streamer_DSet.RemoveEvent
 
Streamer_DSignal - Class in com.threerings.nexus.distrib
Handles the streaming of DSignal and/or nested classes.
Streamer_DSignal() - Constructor for class com.threerings.nexus.distrib.Streamer_DSignal
 
Streamer_DSignal.EmitEvent<T> - Class in com.threerings.nexus.distrib
Handles the streaming of Streamer_DSignal.EmitEvent instances.
Streamer_DSignal.EmitEvent() - Constructor for class com.threerings.nexus.distrib.Streamer_DSignal.EmitEvent
 
Streamer_DValue - Class in com.threerings.nexus.distrib
Handles the streaming of DValue and/or nested classes.
Streamer_DValue() - Constructor for class com.threerings.nexus.distrib.Streamer_DValue
 
Streamer_DValue.ChangeEvent<T> - Class in com.threerings.nexus.distrib
Handles the streaming of Streamer_DValue.ChangeEvent instances.
Streamer_DValue.ChangeEvent() - Constructor for class com.threerings.nexus.distrib.Streamer_DValue.ChangeEvent
 
Streamer_NexusEvent - Class in com.threerings.nexus.distrib
Handles the streaming of NexusEvent and/or nested classes.
Streamer_NexusEvent() - Constructor for class com.threerings.nexus.distrib.Streamer_NexusEvent
 
Streamer_Upstream - Class in com.threerings.nexus.net
Handles the streaming of Upstream and/or nested classes.
Streamer_Upstream() - Constructor for class com.threerings.nexus.net.Streamer_Upstream
 
Streamer_Upstream.PostEvent - Class in com.threerings.nexus.net
Handles the streaming of Upstream.PostEvent instances.
Streamer_Upstream.PostEvent() - Constructor for class com.threerings.nexus.net.Streamer_Upstream.PostEvent
 
Streamer_Upstream.ServiceCall - Class in com.threerings.nexus.net
Handles the streaming of Upstream.ServiceCall instances.
Streamer_Upstream.ServiceCall() - Constructor for class com.threerings.nexus.net.Streamer_Upstream.ServiceCall
 
Streamer_Upstream.Subscribe - Class in com.threerings.nexus.net
Handles the streaming of Upstream.Subscribe instances.
Streamer_Upstream.Subscribe() - Constructor for class com.threerings.nexus.net.Streamer_Upstream.Subscribe
 
Streamer_Upstream.Unsubscribe - Class in com.threerings.nexus.net
Handles the streaming of Upstream.Unsubscribe instances.
Streamer_Upstream.Unsubscribe() - Constructor for class com.threerings.nexus.net.Streamer_Upstream.Unsubscribe
 
Streamers - Class in com.threerings.nexus.io
Defines streamers for all of the basic types supported by Nexus.
Streamers.Streamer_Boolean - Class in com.threerings.nexus.io
A streamer for Boolean.
Streamers.Streamer_Boolean() - Constructor for class com.threerings.nexus.io.Streamers.Streamer_Boolean
 
Streamers.Streamer_Byte - Class in com.threerings.nexus.io
A streamer for Byte.
Streamers.Streamer_Byte() - Constructor for class com.threerings.nexus.io.Streamers.Streamer_Byte
 
Streamers.Streamer_Character - Class in com.threerings.nexus.io
A streamer for Character.
Streamers.Streamer_Character() - Constructor for class com.threerings.nexus.io.Streamers.Streamer_Character
 
Streamers.Streamer_Double - Class in com.threerings.nexus.io
A streamer for Double.
Streamers.Streamer_Double() - Constructor for class com.threerings.nexus.io.Streamers.Streamer_Double
 
Streamers.Streamer_Enum<T extends Enum<T>> - Class in com.threerings.nexus.io
A streamer for Enum classes.
Streamers.Streamer_Enum(Class<T>) - Constructor for class com.threerings.nexus.io.Streamers.Streamer_Enum
 
Streamers.Streamer_Float - Class in com.threerings.nexus.io
A streamer for Float.
Streamers.Streamer_Float() - Constructor for class com.threerings.nexus.io.Streamers.Streamer_Float
 
Streamers.Streamer_Integer - Class in com.threerings.nexus.io
A streamer for Integer.
Streamers.Streamer_Integer() - Constructor for class com.threerings.nexus.io.Streamers.Streamer_Integer
 
Streamers.Streamer_List<T> - Class in com.threerings.nexus.io
A streamer for List.
Streamers.Streamer_List() - Constructor for class com.threerings.nexus.io.Streamers.Streamer_List
 
Streamers.Streamer_Long - Class in com.threerings.nexus.io
A streamer for Long.
Streamers.Streamer_Long() - Constructor for class com.threerings.nexus.io.Streamers.Streamer_Long
 
Streamers.Streamer_Map<K,V> - Class in com.threerings.nexus.io
A streamer for Map.
Streamers.Streamer_Map() - Constructor for class com.threerings.nexus.io.Streamers.Streamer_Map
 
Streamers.Streamer_Null - Class in com.threerings.nexus.io
A streamer for null instances.
Streamers.Streamer_Null() - Constructor for class com.threerings.nexus.io.Streamers.Streamer_Null
 
Streamers.Streamer_Set<T> - Class in com.threerings.nexus.io
A streamer for Set.
Streamers.Streamer_Set() - Constructor for class com.threerings.nexus.io.Streamers.Streamer_Set
 
Streamers.Streamer_Short - Class in com.threerings.nexus.io
A streamer for Short.
Streamers.Streamer_Short() - Constructor for class com.threerings.nexus.io.Streamers.Streamer_Short
 
Streamers.Streamer_String - Class in com.threerings.nexus.io
A streamer for String.
Streamers.Streamer_String() - Constructor for class com.threerings.nexus.io.Streamers.Streamer_String
 
StreamException - Exception in com.threerings.nexus.io
An exception thrown if an error occurs when reading or writing Streamable data.
StreamException(String) - Constructor for exception com.threerings.nexus.io.StreamException
 
StreamException(String, Throwable) - Constructor for exception com.threerings.nexus.io.StreamException
 
StreamException(Throwable) - Constructor for exception com.threerings.nexus.io.StreamException
 
subscribe(Address<T>, Callback<T>) - Method in class com.threerings.nexus.client.NexusClient
Requests to subscribe to the object identified by the supplied address.
subscribe(Address<T>, Callback<T>) - Method in class com.threerings.nexus.net.Connection
Requests to subscribe to the specified Nexus object.
subscriber(Callback<T>) - Method in class com.threerings.nexus.client.NexusClient
Creates a callback that will subscribe to an object of the specified address and pass the successfully subscribed object through to the supplied callback.

T

targetId - Variable in class com.threerings.nexus.distrib.NexusEvent
The id of the Nexus object on which this event was generated.
toString() - Method in class com.threerings.nexus.distrib.Address.OfAnonymous
 
toString() - Method in class com.threerings.nexus.distrib.Address.OfKeyed
 
toString() - Method in class com.threerings.nexus.distrib.Address
 
toString() - Method in class com.threerings.nexus.distrib.NexusEvent
 
toString() - Method in class com.threerings.nexus.net.Downstream.DispatchEvent
 
toString() - Method in class com.threerings.nexus.net.Downstream.ObjectCleared
 
toString() - Method in class com.threerings.nexus.net.Downstream.ServiceFailure
 
toString() - Method in class com.threerings.nexus.net.Downstream.ServiceResponse
 
toString() - Method in class com.threerings.nexus.net.Downstream.Subscribe
 
toString() - Method in class com.threerings.nexus.net.Downstream.SubscribeFailure
 

U

unsubscribe(NexusObject) - Method in class com.threerings.nexus.client.NexusClient
Unsubscribes from the specified object.
unsubscribe(NexusObject) - Method in class com.threerings.nexus.net.Connection
Requests to unsubscribe from the specified Nexus object.
Upstream - Interface in com.threerings.nexus.net
A base interface for all messages sent to a server.
Upstream.Handler - Interface in com.threerings.nexus.net
Used to dispatch upstream messages.
Upstream.PostEvent - Class in com.threerings.nexus.net
A request to post an event on the server.
Upstream.PostEvent(NexusEvent) - Constructor for class com.threerings.nexus.net.Upstream.PostEvent
 
Upstream.ServiceCall - Class in com.threerings.nexus.net
A request to post a service call on the server.
Upstream.ServiceCall(int, int, short, short, List<Object>) - Constructor for class com.threerings.nexus.net.Upstream.ServiceCall
 
Upstream.Subscribe - Class in com.threerings.nexus.net
A request to subscribe to a Nexus object.
Upstream.Subscribe(Address<?>) - Constructor for class com.threerings.nexus.net.Upstream.Subscribe
 
Upstream.Unsubscribe - Class in com.threerings.nexus.net
 
Upstream.Unsubscribe(int) - Constructor for class com.threerings.nexus.net.Upstream.Unsubscribe
 
Util - Class in com.threerings.nexus.util
Ultra generic utility methods.
Util() - Constructor for class com.threerings.nexus.util.Util
 

W

warning(String, Object...) - Method in class com.threerings.nexus.util.Log.JavaLogger
 
warning(String, Object...) - Method in class com.threerings.nexus.util.Log.Logger
Logs a warning level message, with the supplied arguments and optional Throwable cause in final position.
writeBoolean(boolean) - Method in class com.threerings.nexus.io.Streamable.Output
 
writeBooleans(boolean[]) - Method in class com.threerings.nexus.io.Streamable.Output
Writes an array of boolean values to the stream.
writeByte(byte) - Method in class com.threerings.nexus.io.Streamable.Output
 
writeBytes(byte[]) - Method in class com.threerings.nexus.io.Streamable.Output
Writes an array of byte values to the stream.
writeChar(char) - Method in class com.threerings.nexus.io.Streamable.Output
 
writeChars(char[]) - Method in class com.threerings.nexus.io.Streamable.Output
Writes an array of char values to the stream.
writeClass(Class<? extends Streamable>) - Method in class com.threerings.nexus.io.Streamable.Output
 
writeContents(Streamable.Output) - Method in interface com.threerings.nexus.distrib.DAttribute
Writes the contents of this attribute to the supplied output.
writeContents(Streamable.Output) - Method in class com.threerings.nexus.distrib.DMap
 
writeContents(Streamable.Output) - Method in class com.threerings.nexus.distrib.DService
 
writeContents(Streamable.Output) - Method in class com.threerings.nexus.distrib.DSet
 
writeContents(Streamable.Output) - Method in class com.threerings.nexus.distrib.DSignal
 
writeContents(Streamable.Output) - Method in class com.threerings.nexus.distrib.DValue
 
writeContents(Streamable.Output) - Method in class com.threerings.nexus.distrib.NexusObject
Writes the contents of this object to the supplied output.
writeDouble(double) - Method in class com.threerings.nexus.io.Streamable.Output
 
writeDoubles(double[]) - Method in class com.threerings.nexus.io.Streamable.Output
Writes an array of double values to the stream.
writeEnum(Enum<?>) - Method in class com.threerings.nexus.io.Streamable.Output
Writes an enumerated value to the stream.
writeFloat(float) - Method in class com.threerings.nexus.io.Streamable.Output
 
writeFloats(float[]) - Method in class com.threerings.nexus.io.Streamable.Output
Writes an array of float values to the stream.
writeInt(int) - Method in class com.threerings.nexus.io.Streamable.Output
 
writeInts(int[]) - Method in class com.threerings.nexus.io.Streamable.Output
Writes an array of int values to the stream.
writeLong(long) - Method in class com.threerings.nexus.io.Streamable.Output
 
writeLongs(long[]) - Method in class com.threerings.nexus.io.Streamable.Output
Writes an array of long values to the stream.
writeObject(Streamable.Output, Address.OfAnonymous) - Method in class com.threerings.nexus.distrib.Streamer_Address.OfAnonymous
 
writeObject(Streamable.Output, Address.OfKeyed<T>) - Method in class com.threerings.nexus.distrib.Streamer_Address.OfKeyed
 
writeObject(Streamable.Output, Address.OfSingleton<T>) - Method in class com.threerings.nexus.distrib.Streamer_Address.OfSingleton
 
writeObject(Streamable.Output, Address.OfTyped<T>) - Method in class com.threerings.nexus.distrib.Streamer_Address.OfTyped
 
writeObject(Streamable.Output, DMap.PutEvent<K, V>) - Method in class com.threerings.nexus.distrib.Streamer_DMap.PutEvent
 
writeObject(Streamable.Output, DMap.RemoveEvent<K, V>) - Method in class com.threerings.nexus.distrib.Streamer_DMap.RemoveEvent
 
writeObject(Streamable.Output, DSet.AddEvent<T>) - Method in class com.threerings.nexus.distrib.Streamer_DSet.AddEvent
 
writeObject(Streamable.Output, DSet.RemoveEvent<T>) - Method in class com.threerings.nexus.distrib.Streamer_DSet.RemoveEvent
 
writeObject(Streamable.Output, DSignal.EmitEvent<T>) - Method in class com.threerings.nexus.distrib.Streamer_DSignal.EmitEvent
 
writeObject(Streamable.Output, DValue.ChangeEvent<T>) - Method in class com.threerings.nexus.distrib.Streamer_DValue.ChangeEvent
 
writeObject(Streamable.Output, T) - Method in interface com.threerings.nexus.io.Streamer
Writes the supplied instance to the supplied output.
writeObject(Streamable.Output, Boolean) - Method in class com.threerings.nexus.io.Streamers.Streamer_Boolean
 
writeObject(Streamable.Output, Byte) - Method in class com.threerings.nexus.io.Streamers.Streamer_Byte
 
writeObject(Streamable.Output, Character) - Method in class com.threerings.nexus.io.Streamers.Streamer_Character
 
writeObject(Streamable.Output, Double) - Method in class com.threerings.nexus.io.Streamers.Streamer_Double
 
writeObject(Streamable.Output, T) - Method in class com.threerings.nexus.io.Streamers.Streamer_Enum
 
writeObject(Streamable.Output, Float) - Method in class com.threerings.nexus.io.Streamers.Streamer_Float
 
writeObject(Streamable.Output, Integer) - Method in class com.threerings.nexus.io.Streamers.Streamer_Integer
 
writeObject(Streamable.Output, List<T>) - Method in class com.threerings.nexus.io.Streamers.Streamer_List
 
writeObject(Streamable.Output, Long) - Method in class com.threerings.nexus.io.Streamers.Streamer_Long
 
writeObject(Streamable.Output, Map<K, V>) - Method in class com.threerings.nexus.io.Streamers.Streamer_Map
 
writeObject(Streamable.Output, Void) - Method in class com.threerings.nexus.io.Streamers.Streamer_Null
 
writeObject(Streamable.Output, Set<T>) - Method in class com.threerings.nexus.io.Streamers.Streamer_Set
 
writeObject(Streamable.Output, Short) - Method in class com.threerings.nexus.io.Streamers.Streamer_Short
 
writeObject(Streamable.Output, String) - Method in class com.threerings.nexus.io.Streamers.Streamer_String
 
writeObject(Streamable.Output, Downstream.DispatchEvent) - Method in class com.threerings.nexus.net.Streamer_Downstream.DispatchEvent
 
writeObject(Streamable.Output, Downstream.ObjectCleared) - Method in class com.threerings.nexus.net.Streamer_Downstream.ObjectCleared
 
writeObject(Streamable.Output, Downstream.ServiceFailure) - Method in class com.threerings.nexus.net.Streamer_Downstream.ServiceFailure
 
writeObject(Streamable.Output, Downstream.ServiceResponse) - Method in class com.threerings.nexus.net.Streamer_Downstream.ServiceResponse
 
writeObject(Streamable.Output, Downstream.Subscribe) - Method in class com.threerings.nexus.net.Streamer_Downstream.Subscribe
 
writeObject(Streamable.Output, Downstream.SubscribeFailure) - Method in class com.threerings.nexus.net.Streamer_Downstream.SubscribeFailure
 
writeObject(Streamable.Output, Upstream.PostEvent) - Method in class com.threerings.nexus.net.Streamer_Upstream.PostEvent
 
writeObject(Streamable.Output, Upstream.ServiceCall) - Method in class com.threerings.nexus.net.Streamer_Upstream.ServiceCall
 
writeObject(Streamable.Output, Upstream.Subscribe) - Method in class com.threerings.nexus.net.Streamer_Upstream.Subscribe
 
writeObject(Streamable.Output, Upstream.Unsubscribe) - Method in class com.threerings.nexus.net.Streamer_Upstream.Unsubscribe
 
writeObjectImpl(Streamable.Output, Address.OfAnonymous) - Static method in class com.threerings.nexus.distrib.Streamer_Address.OfAnonymous
 
writeObjectImpl(Streamable.Output, Address.OfKeyed<T>) - Static method in class com.threerings.nexus.distrib.Streamer_Address.OfKeyed
 
writeObjectImpl(Streamable.Output, Address.OfSingleton<T>) - Static method in class com.threerings.nexus.distrib.Streamer_Address.OfSingleton
 
writeObjectImpl(Streamable.Output, Address.OfTyped<T>) - Static method in class com.threerings.nexus.distrib.Streamer_Address.OfTyped
 
writeObjectImpl(Streamable.Output, Address<T>) - Static method in class com.threerings.nexus.distrib.Streamer_Address
 
writeObjectImpl(Streamable.Output, DAttribute.Event) - Static method in class com.threerings.nexus.distrib.Streamer_DAttribute.Event
 
writeObjectImpl(Streamable.Output, DMap.PutEvent<K, V>) - Static method in class com.threerings.nexus.distrib.Streamer_DMap.PutEvent
 
writeObjectImpl(Streamable.Output, DMap.RemoveEvent<K, V>) - Static method in class com.threerings.nexus.distrib.Streamer_DMap.RemoveEvent
 
writeObjectImpl(Streamable.Output, DSet.AddEvent<T>) - Static method in class com.threerings.nexus.distrib.Streamer_DSet.AddEvent
 
writeObjectImpl(Streamable.Output, DSet.RemoveEvent<T>) - Static method in class com.threerings.nexus.distrib.Streamer_DSet.RemoveEvent
 
writeObjectImpl(Streamable.Output, DSignal.EmitEvent<T>) - Static method in class com.threerings.nexus.distrib.Streamer_DSignal.EmitEvent
 
writeObjectImpl(Streamable.Output, DValue.ChangeEvent<T>) - Static method in class com.threerings.nexus.distrib.Streamer_DValue.ChangeEvent
 
writeObjectImpl(Streamable.Output, NexusEvent) - Static method in class com.threerings.nexus.distrib.Streamer_NexusEvent
 
writeObjectImpl(Streamable.Output, Downstream.DispatchEvent) - Static method in class com.threerings.nexus.net.Streamer_Downstream.DispatchEvent
 
writeObjectImpl(Streamable.Output, Downstream.ObjectCleared) - Static method in class com.threerings.nexus.net.Streamer_Downstream.ObjectCleared
 
writeObjectImpl(Streamable.Output, Downstream.ServiceFailure) - Static method in class com.threerings.nexus.net.Streamer_Downstream.ServiceFailure
 
writeObjectImpl(Streamable.Output, Downstream.ServiceResponse) - Static method in class com.threerings.nexus.net.Streamer_Downstream.ServiceResponse
 
writeObjectImpl(Streamable.Output, Downstream.Subscribe) - Static method in class com.threerings.nexus.net.Streamer_Downstream.Subscribe
 
writeObjectImpl(Streamable.Output, Downstream.SubscribeFailure) - Static method in class com.threerings.nexus.net.Streamer_Downstream.SubscribeFailure
 
writeObjectImpl(Streamable.Output, Upstream.PostEvent) - Static method in class com.threerings.nexus.net.Streamer_Upstream.PostEvent
 
writeObjectImpl(Streamable.Output, Upstream.ServiceCall) - Static method in class com.threerings.nexus.net.Streamer_Upstream.ServiceCall
 
writeObjectImpl(Streamable.Output, Upstream.Subscribe) - Static method in class com.threerings.nexus.net.Streamer_Upstream.Subscribe
 
writeObjectImpl(Streamable.Output, Upstream.Unsubscribe) - Static method in class com.threerings.nexus.net.Streamer_Upstream.Unsubscribe
 
writeService(DService<?>) - Method in class com.threerings.nexus.io.Streamable.Output
 
writeShort(short) - Method in class com.threerings.nexus.io.Streamable.Output
 
writeShorts(short[]) - Method in class com.threerings.nexus.io.Streamable.Output
Writes an array of short values to the stream.
writeStreamer(Streamable.Output, T) - Method in class com.threerings.nexus.io.AbstractSerializer
 
writeStreamer(Streamable.Output, T) - Method in interface com.threerings.nexus.io.Serializer
Writes the class code for the supplied value, and returns the streamer for same.
writeString(String) - Method in class com.threerings.nexus.io.Streamable.Output
 
writeStrings(String[]) - Method in class com.threerings.nexus.io.Streamable.Output
Writes an array of strings to the stream.
writeValue(T) - Method in class com.threerings.nexus.io.Streamable.Output
Writes a value to the output, which may be of any of the primitive types, String, a List, Set or Map collection, a class which implements Streamable, or null.
writeValues(int, Iterator<T>) - Method in class com.threerings.nexus.io.Streamable.Output
Writes a series of same-typed values to the output.

A C D E G H I K L M N O P R S T U W

Copyright © 2013. All Rights Reserved.