Uses of Class
com.enterprisedt.util.proxy.PlainSocket
Packages that use PlainSocket
-
Uses of PlainSocket in com.enterprisedt.util.proxy
Methods in com.enterprisedt.util.proxy that return PlainSocketModifier and TypeMethodDescriptionstatic PlainSocketPlainSocket.createPlainSocket(String host, int port, int timeout) Create a connected socket, using a timeout if it is available.static PlainSocketPlainSocket.createPlainSocket(InetAddress host, int port, int timeout) Create a connected socket, using a timeout if it is available.