| Package | Description |
|---|---|
| com.threerings.crowd.chat.server | |
| com.threerings.io | |
| com.threerings.presents.dobj | |
| com.threerings.presents.net | |
| com.threerings.util |
| Modifier and Type | Method and Description |
|---|---|
void |
ChatHistory.Entry.writeObject(ObjectOutputStream out) |
| Modifier and Type | Class and Description |
|---|---|
class |
UnreliableObjectOutputStream
Extends
ObjectOutputStream for use in unreliable channels, where we must transmit class
mappings with every object until we are explicitly notified that the receiver has cached the
mappings. |
| Modifier and Type | Method and Description |
|---|---|
static void |
BasicStreamers.writeBooleanArray(ObjectOutputStream out,
boolean[] value) |
static void |
BasicStreamers.writeByteArray(ObjectOutputStream out,
byte[] value) |
static void |
BasicStreamers.writeCharArray(ObjectOutputStream out,
char[] value) |
static void |
BasicStreamers.writeDoubleArray(ObjectOutputStream out,
double[] value) |
abstract void |
FieldMarshaller.writeField(Field field,
Object source,
ObjectOutputStream out)
Writes the contents of the supplied field in the supplied object to the supplied stream.
|
static void |
BasicStreamers.writeFloatArray(ObjectOutputStream out,
float[] value) |
static void |
BasicStreamers.writeIntArray(ObjectOutputStream out,
int[] value) |
static void |
BasicStreamers.writeLongArray(ObjectOutputStream out,
long[] value) |
abstract void |
Streamer.writeObject(Object object,
ObjectOutputStream out,
boolean useWriter)
Writes the supplied object to the specified stream.
|
void |
BasicStreamers.BooleanStreamer.writeObject(Object object,
ObjectOutputStream out,
boolean useWriter) |
void |
BasicStreamers.ByteStreamer.writeObject(Object object,
ObjectOutputStream out,
boolean useWriter) |
void |
BasicStreamers.ShortStreamer.writeObject(Object object,
ObjectOutputStream out,
boolean useWriter) |
void |
BasicStreamers.CharacterStreamer.writeObject(Object object,
ObjectOutputStream out,
boolean useWriter) |
void |
BasicStreamers.IntegerStreamer.writeObject(Object object,
ObjectOutputStream out,
boolean useWriter) |
void |
BasicStreamers.LongStreamer.writeObject(Object object,
ObjectOutputStream out,
boolean useWriter) |
void |
BasicStreamers.FloatStreamer.writeObject(Object object,
ObjectOutputStream out,
boolean useWriter) |
void |
BasicStreamers.DoubleStreamer.writeObject(Object object,
ObjectOutputStream out,
boolean useWriter) |
void |
BasicStreamers.ClassStreamer.writeObject(Object object,
ObjectOutputStream out,
boolean useWriter) |
void |
BasicStreamers.StringStreamer.writeObject(Object object,
ObjectOutputStream out,
boolean useWriter) |
void |
BasicStreamers.UnmodifiedUTFStringStreamer.writeObject(Object object,
ObjectOutputStream out,
boolean useWriter) |
void |
BasicStreamers.BooleanArrayStreamer.writeObject(Object object,
ObjectOutputStream out,
boolean useWriter) |
void |
BasicStreamers.ByteArrayStreamer.writeObject(Object object,
ObjectOutputStream out,
boolean useWriter) |
void |
BasicStreamers.ShortArrayStreamer.writeObject(Object object,
ObjectOutputStream out,
boolean useWriter) |
void |
BasicStreamers.CharArrayStreamer.writeObject(Object object,
ObjectOutputStream out,
boolean useWriter) |
void |
BasicStreamers.IntArrayStreamer.writeObject(Object object,
ObjectOutputStream out,
boolean useWriter) |
void |
BasicStreamers.LongArrayStreamer.writeObject(Object object,
ObjectOutputStream out,
boolean useWriter) |
void |
BasicStreamers.FloatArrayStreamer.writeObject(Object object,
ObjectOutputStream out,
boolean useWriter) |
void |
BasicStreamers.DoubleArrayStreamer.writeObject(Object object,
ObjectOutputStream out,
boolean useWriter) |
void |
BasicStreamers.ObjectArrayStreamer.writeObject(Object object,
ObjectOutputStream out,
boolean useWriter) |
void |
BasicStreamers.IterableStreamer.writeObject(Object object,
ObjectOutputStream out,
boolean useWriter) |
void |
BasicStreamers.MapStreamer.writeObject(Object object,
ObjectOutputStream out,
boolean useWriter) |
void |
BasicStreamers.MultisetStreamer.writeObject(Object object,
ObjectOutputStream out,
boolean useWriter) |
static void |
BasicStreamers.writeObjectArray(ObjectOutputStream out,
Object[] value) |
static void |
BasicStreamers.writeShortArray(ObjectOutputStream out,
short[] value) |
void |
ArrayMask.writeTo(ObjectOutputStream out)
Writes this mask to the specified output stream.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DSet.writeObject(ObjectOutputStream out)
Custom writer method.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PongResponse.writeObject(ObjectOutputStream out)
Writes our custom streamable fields.
|
void |
PingRequest.writeObject(ObjectOutputStream out)
Writes our custom streamable fields.
|
void |
AESAuthRequest.writeObject(ObjectOutputStream out)
A customized AES encrypting write object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StreamableIntIntMap.writeObject(ObjectOutputStream out)
Writes our custom streamable fields.
|
void |
StreamableHashSet.writeObject(ObjectOutputStream out)
Writes our custom streamable fields.
|
void |
StreamableHashMap.writeObject(ObjectOutputStream out)
Writes our custom streamable fields.
|
void |
StreamableHashIntMap.writeObject(ObjectOutputStream out)
Writes our custom streamable fields.
|
void |
StreamableEnumSet.writeObject(ObjectOutputStream out)
Writes our custom streamable fields.
|
void |
StreamableArrayList.writeObject(ObjectOutputStream out)
Writes our custom streamable fields.
|
void |
StreamableArrayIntSet.writeObject(ObjectOutputStream out)
Writes our custom streamable fields.
|
Copyright © 2015. All rights reserved.