Package org.apache.thrift.transport.sasl
Interface TSaslProcessorFactory
-
- All Known Implementing Classes:
TBaseSaslProcessorFactory
public interface TSaslProcessorFactoryGet processor for a given state machine, so that users can customize the behavior of a TProcessor by interacting with the state machine.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TProcessorgetProcessor(NonblockingSaslHandler saslHandler)
-
-
-
Method Detail
-
getProcessor
TProcessor getProcessor(NonblockingSaslHandler saslHandler) throws TException
- Throws:
TException
-
-