public class KeyStoreSSLServerSocketConnectionFactory extends Object implements org.jsmpp.session.connection.ServerConnectionFactory
| Constructor and Description |
|---|
KeyStoreSSLServerSocketConnectionFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.jsmpp.session.connection.ServerConnection |
listen(int port) |
org.jsmpp.session.connection.ServerConnection |
listen(int port,
int timeout) |
org.jsmpp.session.connection.ServerConnection |
listen(int port,
int timeout,
int backlog) |
public KeyStoreSSLServerSocketConnectionFactory()
public org.jsmpp.session.connection.ServerConnection listen(int port)
throws IOException
listen in interface org.jsmpp.session.connection.ServerConnectionFactoryIOExceptionpublic org.jsmpp.session.connection.ServerConnection listen(int port,
int timeout)
throws IOException
listen in interface org.jsmpp.session.connection.ServerConnectionFactoryIOExceptionpublic org.jsmpp.session.connection.ServerConnection listen(int port,
int timeout,
int backlog)
throws IOException
listen in interface org.jsmpp.session.connection.ServerConnectionFactoryIOExceptionCopyright © 2025 WSO2. All rights reserved.