| Package | Description |
|---|---|
| com.threerings.presents.client | |
| com.threerings.presents.data | |
| com.threerings.presents.dobj | |
| com.threerings.presents.net | |
| com.threerings.presents.server |
| Modifier and Type | Method and Description |
|---|---|
void |
InvocationDirector.sendRequest(int invOid,
int invCode,
int methodId,
Object[] args,
Transport transport)
Requests that the specified invocation request be packaged up and sent to the supplied
invocation oid.
|
| Modifier and Type | Field and Description |
|---|---|
Transport |
InvocationMarshaller.ListenerMarshaller.transport
The transport mode through which the request was received.
|
| Modifier and Type | Method and Description |
|---|---|
Transport |
DEvent.getActualTransport()
Returns the actual transport with which the event was transmitted, or
null if
not yet known. |
Transport |
DEvent.getTransport()
Returns the transport parameters.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DEvent.noteActualTransport(Transport transport)
Notes the actual transport with which the event was transmitted.
|
void |
DObject.postMessage(Transport transport,
String name,
Object... args)
Posts a message event on this distributed object.
|
DEvent |
DEvent.setTransport(Transport transport)
Sets the transport parameters.
|
DEvent |
CompoundEvent.setTransport(Transport transport) |
| Modifier and Type | Field and Description |
|---|---|
static Transport |
Transport.DEFAULT
The default mode of transport.
|
static Transport |
Transport.RELIABLE_ORDERED
The reliable/ordered mode on the default channel.
|
static Transport |
Transport.RELIABLE_UNORDERED
The reliable/unordered mode.
|
static Transport |
Transport.UNRELIABLE_ORDERED
The unreliable/ordered mode on the default channel.
|
static Transport |
Transport.UNRELIABLE_UNORDERED
The unreliable/unordered mode of transport.
|
| Modifier and Type | Method and Description |
|---|---|
Transport |
Transport.combine(Transport other)
Returns a transport that satisfies the requirements of this and the specified other
transport.
|
static Transport |
Transport.getInstance(Transport.Type type)
Returns the shared instance with the specified parameters.
|
static Transport |
Transport.getInstance(Transport.Type type,
int channel)
Returns the shared instance with the specified parameters.
|
Transport |
PongResponse.getTransport() |
Transport |
PingRequest.getTransport() |
Transport |
Message.getTransport()
Returns the message transport parameters.
|
Transport |
ForwardEventRequest.getTransport() |
Transport |
EventNotification.getTransport() |
| Modifier and Type | Method and Description |
|---|---|
Transport |
Transport.combine(Transport other)
Returns a transport that satisfies the requirements of this and the specified other
transport.
|
void |
Message.noteActualTransport(Transport transport)
For messages sent over the network, this notes the actual type of transport used to deliver
the message.
|
void |
EventNotification.noteActualTransport(Transport transport) |
void |
PongResponse.setTransport(Transport transport) |
void |
PingRequest.setTransport(Transport transport) |
void |
Message.setTransport(Transport transport)
Sets the message transport parameters.
|
void |
ForwardEventRequest.setTransport(Transport transport) |
void |
EventNotification.setTransport(Transport transport) |
| Constructor and Description |
|---|
PingRequest(Transport transport)
Creates a new ping request using the specified transport.
|
PongResponse(long pingStamp,
Transport transport)
Constructs a pong response which will use the supplied ping time to establish the end-to-end
processing delay introduced by the server.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
InvocationSender.sendNotification(ClientObject target,
String receiverCode,
int methodId,
Object[] args,
Transport transport)
Requests that the specified invocation notification be packaged up and sent to the supplied
target client.
|
Copyright © 2015. All rights reserved.