| Package | Description |
|---|---|
| org.atmosphere.wasync | |
| org.atmosphere.wasync.decoder | |
| org.atmosphere.wasync.impl | |
| org.atmosphere.wasync.transport |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
Decoder.Decoded<java.util.List<T>> |
ReplayDecoder.decode(Event e,
U 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)
|
| Modifier and Type | Method and Description |
|---|---|
Decoder.Decoded<java.util.List<java.lang.String>> |
TrackMessageSizeDecoder.decode(Event type,
java.lang.String message) |
Decoder.Decoded<java.lang.String> |
PaddingAndHeartbeatDecoder.decode(Event type,
java.lang.String message) |
| Modifier and Type | Method and Description |
|---|---|
Socket |
DefaultSocket.on(Event event,
Function<?> function) |
| Modifier and Type | Method and Description |
|---|---|
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) |
Copyright © 2019. All Rights Reserved.