|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Event | |
|---|---|
| org.atmosphere.wasync | |
| org.atmosphere.wasync.decoder | |
| org.atmosphere.wasync.impl | |
| org.atmosphere.wasync.transport | |
| Uses of Event in org.atmosphere.wasync |
|---|
| Methods in org.atmosphere.wasync that return Event | |
|---|---|
static Event |
Event.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Event[] |
Event.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.atmosphere.wasync with parameters of type Event | |
|---|---|
List<?> |
ReplayDecoder.decode(Event e,
String s)
Decode a String into a List of Objects. |
T |
Decoder.decode(Event e,
U s)
Decode the specified object of type U into object of type T. |
Socket |
Socket.on(Event event,
Function<?> function)
Associate a Function with an Event. |
| Uses of Event in org.atmosphere.wasync.decoder |
|---|
| Methods in org.atmosphere.wasync.decoder with parameters of type Event | |
|---|---|
List<String> |
TrackMessageSizeDecoder.decode(Event type,
String message)
|
| Uses of Event in org.atmosphere.wasync.impl |
|---|
| Methods in org.atmosphere.wasync.impl with parameters of type Event | |
|---|---|
Socket |
DefaultSocket.on(Event event,
Function<?> function)
|
| Uses of Event in org.atmosphere.wasync.transport |
|---|
| Methods in org.atmosphere.wasync.transport with parameters of type Event | |
|---|---|
static boolean |
TransportsUtil.invokeFunction(Event e,
List<Decoder<? extends Object,?>> decoders,
List<FunctionWrapper> functions,
Class<?> implementedType,
Object instanceType,
String functionName,
FunctionResolver resolver)
|
static List<Object> |
TransportsUtil.matchDecoder(Event e,
Object instanceType,
List<Decoder<? extends Object,?>> decoders,
List<Object> decodedObjects)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||