Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-01

Package weblogic.websocket

Provides the interfaces and classes necessary to manage a WebLogic WebSocket.

See:
          Description

Interface Summary
ClosingMessage This class represents closing data control frame.
WebSocketConnection This class represents the WebSocket connection established between the client and server.
WebSocketContext This class provides context information for a WebSocket that is declared by the @WebSocket annotation or set by the application.
WebSocketListener This interface is used to handle WebSocket messages.
 

Class Summary
WebSocketAdapter Provides a convenient implementation of the WebSocketListener interface.
WSHandshakeRequest Defines an object to provide the WebSocket opening handshake request information to a WebSocketListener.
WSHandshakeResponse Defines an object to assist in sending an opening handshake response to the client.
 

Exception Summary
HandshakeException Defines an exception that occurred during the WebSocket handshake phase.
WebSocketException Defines a general exception the container can throw when it encounters difficulty.
 

Package weblogic.websocket Description

Provides the interfaces and classes necessary to manage a WebLogic WebSocket.


Copyright 1996, 2013, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-01