public interface Proxy
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
connect(SocketFactory socket_factory,
String host,
int port,
int timeout) |
InputStream |
getInputStream() |
OutputStream |
getOutputStream() |
Socket |
getSocket() |
void connect(SocketFactory socket_factory, String host, int port, int timeout) throws Exception
Exception
InputStream getInputStream()
OutputStream getOutputStream()
Socket getSocket()
void close()
Copyright © 2021 JCraft,Inc.. All rights reserved.