public abstract class AbstractSaslClientHandler extends Object implements SaslClientHandler
SaslClientHandler
implementation that maintains SaslClient
instance.Modifier and Type | Field and Description |
---|---|
protected SaslClient |
mSaslClient
Underlying SaslClient.
|
Constructor and Description |
---|
AbstractSaslClientHandler() |
Modifier and Type | Method and Description |
---|---|
void |
close()
Close the handler and dispose internal resources.
|
SaslClient |
getSaslClient() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getClientScheme
protected SaslClient mSaslClient
public SaslClient getSaslClient()
getSaslClient
in interface SaslClientHandler
SaslClient
instancepublic void close()
SaslClientHandler
close
in interface SaslClientHandler
close
in interface AutoCloseable
Copyright © 2023. All Rights Reserved.