Package org.ldaptive.transport
Class MessageFunctional.Function<Q extends Request,S extends Result,T,R>
- java.lang.Object
-
- org.ldaptive.AbstractFreezable
-
- org.ldaptive.transport.MessageFunctional<Q,S>
-
- org.ldaptive.transport.MessageFunctional.Function<Q,S,T,R>
-
- Type Parameters:
Q
- type of requestS
- type of resultT
- the type of the input to the functionR
- the type of the result of the function
- Direct Known Subclasses:
AbstractFollowReferralHandler
,AbstractMessageFunctionalEntryHandler
- Enclosing class:
- MessageFunctional<Q extends Request,S extends Result>
public abstract static class MessageFunctional.Function<Q extends Request,S extends Result,T,R> extends MessageFunctional<Q,S> implements Function<T,R>
Marker class to inject handle properties.
-
-
Constructor Summary
Constructors Constructor Description Function()
-
Method Summary
-
Methods inherited from class org.ldaptive.transport.MessageFunctional
getConnection, getHandle, getRequest, newInstance, setConnection, setHandle, setRequest
-
Methods inherited from class org.ldaptive.AbstractFreezable
assertMutable, freeze, freeze, freeze, isFrozen
-
-