| Package | Description | 
|---|---|
| weblogic.websocket | 
 Provides the interfaces and classes necessary to 
 manage a WebLogic WebSocket. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
WebSocketListener.accept(WSHandshakeRequest request,
      WSHandshakeResponse response)
Deprecated.  
This method is called before upgrading the HTTP connection to a WebSocket
 connection. 
 | 
boolean | 
WebSocketAdapter.accept(WSHandshakeRequest request,
      WSHandshakeResponse response)
Deprecated.  
This method always return true. 
 |