Package | Description |
---|---|
act.ws | |
act.xio.undertow |
Modifier and Type | Class and Description |
---|---|
class |
WebSocketContext |
Modifier and Type | Method and Description |
---|---|
WebSocketConnection |
WebSocketContext.connection() |
Modifier and Type | Method and Description |
---|---|
java.util.List<WebSocketConnection> |
WebSocketConnectionRegistry.get(java.lang.String key)
Return a list of websocket connection by key
|
Modifier and Type | Method and Description |
---|---|
void |
WebSocketConnectionRegistry.deRegister(java.lang.String key,
WebSocketConnection connection)
De-register a connection from the registry by key specified
|
void |
WebSocketConnectionRegistry.register(java.lang.String key,
WebSocketConnection connection)
|
void |
WebSocketConnectionManager.registerNewConnection(WebSocketConnection connection,
ActionContext context) |
void |
WebSocketConnectionRegistry.signIn(java.lang.String key,
WebSocketConnection connection)
Sign in a connection to the registry by key.
|
void |
WebSocketConnectionRegistry.signOff(java.lang.String key,
WebSocketConnection connection) |
Modifier and Type | Method and Description |
---|---|
void |
WebSocketConnectionRegistry.accept(java.lang.String key,
org.osgl.Osgl.Function<WebSocketConnection,?> visitor)
Accept a visitor to iterate through the connections attached to the key specified
|
void |
WebSocketConnectionRegistry.deRegister(java.lang.String key,
java.util.Collection<WebSocketConnection> connections)
De-register a group of connections from the registry by key
|
void |
WebSocketConnectionRegistry.register(java.lang.String key,
java.util.Collection<WebSocketConnection> connections)
Sign in a group of web socket connections to the registry by key
|
void |
WebSocketConnectionRegistry.signIn(java.lang.String key,
java.util.Collection<WebSocketConnection> connections)
Sign in a group of connections to the registry by key
|
void |
WebSocketConnectionRegistry.signOff(java.lang.String key,
java.util.Collection<WebSocketConnection> connections)
Sign off a group of connections from the registry by key
|
Constructor and Description |
---|
WebSocketContext(java.lang.String url,
WebSocketConnection connection,
WebSocketConnectionManager manager,
ActionContext actionContext,
App app) |
Modifier and Type | Class and Description |
---|---|
class |
UndertowWebSocketConnection |
Copyright © 2014–2017 ActFramework. All rights reserved.