Package org.apache.hc.core5.reactor
Class SocksProxyProtocolHandlerFactory
java.lang.Object
org.apache.hc.core5.reactor.SocksProxyProtocolHandlerFactory
- All Implemented Interfaces:
IOEventHandlerFactory
@Deprecated
public class SocksProxyProtocolHandlerFactory
extends Object
implements IOEventHandlerFactory
Deprecated.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final IOEventHandlerFactory
Deprecated.private final String
Deprecated.private final InetSocketAddress
Deprecated.private final String
Deprecated. -
Constructor Summary
ConstructorsConstructorDescriptionSocksProxyProtocolHandlerFactory
(SocketAddress targetAddress, String username, String password, IOEventHandlerFactory eventHandlerFactory) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptioncreateHandler
(ProtocolIOSession ioSession, Object attachment) Deprecated.
-
Field Details
-
targetAddress
Deprecated. -
username
Deprecated. -
password
Deprecated. -
eventHandlerFactory
Deprecated.
-
-
Constructor Details
-
SocksProxyProtocolHandlerFactory
public SocksProxyProtocolHandlerFactory(SocketAddress targetAddress, String username, String password, IOEventHandlerFactory eventHandlerFactory) throws IOException Deprecated.- Throws:
IOException
-
-
Method Details
-
createHandler
Deprecated.- Specified by:
createHandler
in interfaceIOEventHandlerFactory
-
IOReactorConfig
. As of version 5.0.1createHandler(ProtocolIOSession, Object)
throwsUnsupportedOperationException
.