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 createIOEventHandlerinstances for the given connected endpoints.- Since:
- 5.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IOEventHandlercreateHandler(ProtocolIOSession ioSession, java.lang.Object attachment)
-
-
-
Method Detail
-
createHandler
IOEventHandler createHandler(ProtocolIOSession ioSession, java.lang.Object attachment)
-
-