| Package | Description |
|---|---|
| weblogic.websocket |
Provides the interfaces and classes necessary to
manage a WebLogic WebSocket.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected WebSocketContext |
WebSocketAdapter.getWebSocketContext() |
Deprecated.
Get a
WebSocketContext instance associated with this
WebSocketAdapter. |
WebSocketContext |
WebSocketConnection.getWebSocketContext() |
Deprecated.
Returns the
WebSocketContext instance associated with
this WebSocket connection. |
| Modifier and Type | Method | Description |
|---|---|---|
void |
WebSocketAdapter.init(WebSocketContext context) |
Deprecated.
|
void |
WebSocketListener.init(WebSocketContext context) |
Deprecated.
This method is called after the instance of this interface is created.
|