|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.columbia.irt.mobiledyswis.PGTCPRouteFactory
public class PGTCPRouteFactory
This class makes TCP socket instance for JavaScript
Constructor Summary | |
---|---|
PGTCPRouteFactory(WebView appView)
Instantiates a new TCP socket factory. |
Method Summary | |
---|---|
PGTCPRoute |
getInstance(java.lang.String ipWithPortLists)
Getting PGTCPRoute instance |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PGTCPRouteFactory(WebView appView)
appView
- the app viewMethod Detail |
---|
public PGTCPRoute getInstance(java.lang.String ipWithPortLists)
ipWithPortLists
- Input String example is "192.168.123.123:80:192.168.123.124:80:..."
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |