public abstract class SASLEncryptor extends Object implements ConnectionListener
| Constructor and Description |
|---|
SASLEncryptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
closed(Connection conn) |
void |
exception(Connection conn,
ConnectionException exception) |
int |
getRecvBuffSize() |
SaslClient |
getSaslClient() |
int |
getSendBuffSize() |
boolean |
isSecurityLayerEstablished() |
void |
opened(Connection conn) |
boolean |
redirect(String host,
List<Object> knownHosts) |
abstract void |
securityLayerEstablished() |
public boolean isSecurityLayerEstablished()
public void opened(Connection conn)
opened in interface ConnectionListenerpublic boolean redirect(String host, List<Object> knownHosts)
redirect in interface ConnectionListenerpublic void exception(Connection conn, ConnectionException exception)
exception in interface ConnectionListenerpublic void closed(Connection conn)
closed in interface ConnectionListenerpublic abstract void securityLayerEstablished()
public SaslClient getSaslClient()
public int getSendBuffSize()
public int getRecvBuffSize()
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.