A B C D E O S T U
A
- AbstractServerWebSocket - Class in org.atmosphere.vibe.platform.ws
-
- AbstractServerWebSocket() - Constructor for class org.atmosphere.vibe.platform.ws.AbstractServerWebSocket
-
B
- binaryAction(Action<ByteBuffer>) - Method in class org.atmosphere.vibe.platform.ws.AbstractServerWebSocket
-
- binaryAction(Action<ByteBuffer>) - Method in interface org.atmosphere.vibe.platform.ws.ServerWebSocket
-
Attaches an action for the binary frame.
- binaryActions - Variable in class org.atmosphere.vibe.platform.ws.AbstractServerWebSocket
-
C
- close() - Method in class org.atmosphere.vibe.platform.ws.AbstractServerWebSocket
-
- close() - Method in interface org.atmosphere.vibe.platform.ws.ServerWebSocket
-
Closes the connection.
- closeAction(Action<Void>) - Method in class org.atmosphere.vibe.platform.ws.AbstractServerWebSocket
-
- closeAction(Action<Void>) - Method in interface org.atmosphere.vibe.platform.ws.ServerWebSocket
-
Attaches an action for the close event.
- closeActions - Variable in class org.atmosphere.vibe.platform.ws.AbstractServerWebSocket
-
D
- doClose() - Method in class org.atmosphere.vibe.platform.ws.AbstractServerWebSocket
-
- doSend(ByteBuffer) - Method in class org.atmosphere.vibe.platform.ws.AbstractServerWebSocket
-
- doSend(String) - Method in class org.atmosphere.vibe.platform.ws.AbstractServerWebSocket
-
E
- errorAction(Action<Throwable>) - Method in class org.atmosphere.vibe.platform.ws.AbstractServerWebSocket
-
- errorAction(Action<Throwable>) - Method in interface org.atmosphere.vibe.platform.ws.ServerWebSocket
-
Attaches an action to handle error from various things.
- errorActions - Variable in class org.atmosphere.vibe.platform.ws.AbstractServerWebSocket
-
O
- org.atmosphere.vibe.platform.ws - package org.atmosphere.vibe.platform.ws
-
S
- send(String) - Method in class org.atmosphere.vibe.platform.ws.AbstractServerWebSocket
-
- send(ByteBuffer) - Method in class org.atmosphere.vibe.platform.ws.AbstractServerWebSocket
-
- send(String) - Method in interface org.atmosphere.vibe.platform.ws.ServerWebSocket
-
Sends a text frame through the connection.
- send(ByteBuffer) - Method in interface org.atmosphere.vibe.platform.ws.ServerWebSocket
-
Sends a binary frame through the connection.
- ServerWebSocket - Interface in org.atmosphere.vibe.platform.ws
-
Represents a server-side WebSocket.
T
- textAction(Action<String>) - Method in class org.atmosphere.vibe.platform.ws.AbstractServerWebSocket
-
- textAction(Action<String>) - Method in interface org.atmosphere.vibe.platform.ws.ServerWebSocket
-
Attaches an action for the text frame.
- textActions - Variable in class org.atmosphere.vibe.platform.ws.AbstractServerWebSocket
-
U
- unwrap(Class<T>) - Method in interface org.atmosphere.vibe.platform.ws.ServerWebSocket
-
Returns the provider-specific component.
- uri() - Method in interface org.atmosphere.vibe.platform.ws.ServerWebSocket
-
The URI used to connect.
A B C D E O S T U
Copyright 2014, The Vibe Project