Class ProtocolException

All Implemented Interfaces:
Serializable

public class ProtocolException extends WebSocketException
Represents issue with parsing or producing websocket frame.
Author:
Pavel Bucek
See Also:
  • Constructor Details

    • ProtocolException

      public ProtocolException(String reasonPhrase)
  • Method Details