Package org.apache.hc.core5.reactor
Interface IOEventHandlerFactory
-
- All Known Implementing Classes:
ClientHttp1IOEventHandlerFactory
,ClientHttpProtocolNegotiationStarter
,InternalClientHttp1EventHandlerFactory
,InternalClientProtocolNegotiationStarter
,InternalServerHttp1EventHandlerFactory
,InternalServerProtocolNegotiationStarter
,ServerHttp1IOEventHandlerFactory
,ServerHttpProtocolNegotiationStarter
,SocksProxyProtocolHandlerFactory
@Internal public interface IOEventHandlerFactory
Factory interface to createIOEventHandler
instances for the given connected endpoints.- Since:
- 5.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IOEventHandler
createHandler(ProtocolIOSession ioSession, java.lang.Object attachment)
-
-
-
Method Detail
-
createHandler
IOEventHandler createHandler(ProtocolIOSession ioSession, java.lang.Object attachment)
-
-