javax.net.websocket
Class CloseReason
java.lang.Object
javax.net.websocket.CloseReason
public class CloseReason
- extends Object
A class encapsulating the reason why a web socket has been closed, or why it is being asked to
close. Note the acceptable uses of codes and reason phrase defined in FRC 6455.
- Since:
- DRAFT 001
- Author:
- dannycoward
|
Nested Class Summary |
static class |
CloseReason.Code
Enumeration of status codes for a web socket close. |
|
Constructor Summary |
CloseReason(CloseReason.Code closeCode,
String reasonPhrase)
Creates a reason for closing a web socket connection with the given
code and reason phrase. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CloseReason
public CloseReason(CloseReason.Code closeCode,
String reasonPhrase)
- Creates a reason for closing a web socket connection with the given
code and reason phrase.
- Parameters:
closeCode - reasonPhrase -
Copyright © 2012. All Rights Reserved.