public class PlatformSocketFactory extends SocketFactory
| Constructor and Description |
|---|
PlatformSocketFactory() |
| Modifier and Type | Method and Description |
|---|---|
ServerSocket |
createServerSocket(CommunicationBinding binding)
Creates an SE ServerSocket.
|
Socket |
createSocket(IPAddress ipAddress,
int port,
CredentialInfo info)
Creates an SE Socket.
|
boolean |
isSecureSocketFactory()
Rerturns always false because this isn't a secure platform socket factory.
|
getInstancepublic ServerSocket createServerSocket(CommunicationBinding binding) throws java.io.IOException
createServerSocket in class SocketFactoryadr - IP address.port - portjava.io.IOExceptionpublic Socket createSocket(IPAddress ipAddress, int port, CredentialInfo info) throws java.io.IOException
createSocket in class SocketFactoryadr - IP address.port - portjava.io.IOExceptionpublic boolean isSecureSocketFactory()
isSecureSocketFactory in class SocketFactory