Uses of Interface
javax.net.websocket.CloseReason.CloseCode

Packages that use CloseReason.CloseCode
javax.net.websocket   
javax.net.websocket.extensions   
 

Uses of CloseReason.CloseCode in javax.net.websocket
 

Classes in javax.net.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.
 

Constructors in javax.net.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.
 

Uses of CloseReason.CloseCode in javax.net.websocket.extensions
 

Methods in javax.net.websocket.extensions that return CloseReason.CloseCode
 CloseReason.CloseCode Frame.Control.Close.getCloseCode()
          The close code for this close.
 



Copyright © 2012. All Rights Reserved.