|
||||||||||
| 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(java.lang.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 | |
|---|---|
java.util.List<?> |
ReplayDecoder.decode(Event e,
java.lang.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 | |
|---|---|
java.util.List<java.lang.String> |
TrackMessageSizeDecoder.decode(Event type,
java.lang.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,
java.util.List<Decoder<? extends java.lang.Object,?>> decoders,
java.util.List<FunctionWrapper> functions,
java.lang.Class<?> implementedType,
java.lang.Object instanceType,
java.lang.String functionName,
FunctionResolver resolver)
|
static java.util.List<java.lang.Object> |
TransportsUtil.matchDecoder(Event e,
java.lang.Object instanceType,
java.util.List<Decoder<? extends java.lang.Object,?>> decoders,
java.util.List<java.lang.Object> decodedObjects)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||