Uses of Interface
javax.websocket.CloseReason.CloseCode

Uses of CloseReason.CloseCode in javax.websocket
 

Classes in javax.websocket that implement CloseReason.CloseCode
static class CloseReason.CloseCodes
          An Enumeration of status codes for a web socket close that are defined in the specification.
 

Methods in javax.websocket that return CloseReason.CloseCode
 CloseReason.CloseCode CloseReason.getCloseCode()
          The Close code associated with this CloseReason.
 

Constructors in javax.websocket with parameters of type CloseReason.CloseCode
CloseReason(CloseReason.CloseCode closeCode, String reasonPhrase)
          Creates a reason for closing a web socket connection with the given code and reason phrase.
 




Copyright © 2012 Oracle and/or its affiliates. All rights reserved.