public abstract static class EmbeddedLdapRuleImpl.AbstractDelegatingSocketFactory extends SocketFactory
| Modifier and Type | Field and Description |
|---|---|
static EmbeddedLdapRuleImpl.AbstractDelegatingSocketFactory |
INSTANCE |
| Constructor and Description |
|---|
AbstractDelegatingSocketFactory() |
| Modifier and Type | Method and Description |
|---|---|
Socket |
createSocket() |
Socket |
createSocket(InetAddress host,
int port) |
Socket |
createSocket(InetAddress address,
int port,
InetAddress localAddress,
int localPort) |
Socket |
createSocket(String host,
int port) |
Socket |
createSocket(String host,
int port,
InetAddress localHost,
int localPort) |
static EmbeddedLdapRuleImpl.AbstractDelegatingSocketFactory |
getDefault() |
protected abstract SocketFactory |
getDelegate() |
public static EmbeddedLdapRuleImpl.AbstractDelegatingSocketFactory INSTANCE
public static EmbeddedLdapRuleImpl.AbstractDelegatingSocketFactory getDefault()
protected abstract SocketFactory getDelegate()
public Socket createSocket() throws IOException, UnknownHostException
createSocket in class SocketFactoryIOExceptionUnknownHostExceptionpublic Socket createSocket(String host, int port) throws IOException, UnknownHostException
createSocket in class SocketFactoryIOExceptionUnknownHostExceptionpublic Socket createSocket(String host, int port, InetAddress localHost, int localPort) throws IOException, UnknownHostException
createSocket in class SocketFactoryIOExceptionUnknownHostExceptionpublic Socket createSocket(InetAddress host, int port) throws IOException
createSocket in class SocketFactoryIOExceptionpublic Socket createSocket(InetAddress address, int port, InetAddress localAddress, int localPort) throws IOException
createSocket in class SocketFactoryIOExceptionCopyright © 2015–2022 Sondre Eikanger Kvalø. All rights reserved..