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
ExceptionInputStream getInputStream()
OutputStream getOutputStream()
Socket getSocket()
void close()
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.