|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javatunnel.Engine | +--javatunnel.GNUHTTPTunnelEngine
Constructor Summary | |
GNUHTTPTunnelEngine(Configuration config)
|
Method Summary | |
void |
listen()
|
void |
start(java.io.InputStream input,
java.io.OutputStream output)
Starts the network engine where the client is Java Code Suitable to use JavaTunnel as library code Engines may or not support this usage |
Methods inherited from class javatunnel.Engine |
cleanHostsFile, getPathToHostsFile, identifyHostsSystemFilePath, stop |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public GNUHTTPTunnelEngine(Configuration config)
Method Detail |
public void listen()
listen
in class Engine
public void start(java.io.InputStream input, java.io.OutputStream output) throws java.lang.UnsupportedOperationException
Engine
start
in class Engine
input
- InputStream where the engine reads fromoutput
- OutputStream where the engine writes
java.lang.UnsupportedOperationException
- Throwed when the engine doesn't support this mode
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |