public class NotSslRecordException extends SSLException
SSLException
which will get thrown if a packet is
received that not looks like a TLS/SSL record. A user can check for
this NotSslRecordException
and so detect if one peer tries to
use secure and the other plain connection.Constructor and Description |
---|
NotSslRecordException() |
NotSslRecordException(String message) |
NotSslRecordException(String message,
Throwable cause) |
NotSslRecordException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2008–2017 The Netty Project. All rights reserved.