Uses of Class
javax.net.websocket.CloseReason.Code

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

Uses of CloseReason.Code in javax.net.websocket
 

Methods in javax.net.websocket that return CloseReason.Code
static CloseReason.Code CloseReason.Code.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CloseReason.Code[] CloseReason.Code.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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

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

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



Copyright © 2012. All Rights Reserved.