Class Protocol.CloseCodes$
java.lang.Object
org.apache.pekko.http.impl.engine.ws.Protocol.CloseCodes$
- Enclosing class:
- Protocol
Close status codes as defined at http://tools.ietf.org/html/rfc6455#section-7.4.1
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final Protocol.CloseCodes$Static reference to the singleton instance of this Scala object.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
MODULE$Static reference to the singleton instance of this Scala object.
 
- 
- 
Constructor Details- 
CloseCodes$public CloseCodes$()
 
- 
- 
Method Details- 
isErrorpublic boolean isError(int code) 
- 
isValidpublic boolean isValid(int code) 
- 
Regularpublic int Regular()
- 
GoingAwaypublic int GoingAway()
- 
ProtocolErrorpublic int ProtocolError()
- 
Unacceptablepublic int Unacceptable()
- 
ConnectionAbortpublic int ConnectionAbort()
- 
InconsistentDatapublic int InconsistentData()
- 
PolicyViolatedpublic int PolicyViolated()
- 
TooBigpublic int TooBig()
- 
ClientRejectsExtensionpublic int ClientRejectsExtension()
- 
UnexpectedConditionpublic int UnexpectedCondition()
- 
TLSHandshakeFailurepublic int TLSHandshakeFailure()
 
-