public class TCPClientFactory extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TCPClientFactory.ClientType |
Modifier and Type | Field and Description |
---|---|
static Serializer |
EmbeddedSerializer |
Constructor and Description |
---|
TCPClientFactory() |
Modifier and Type | Method and Description |
---|---|
static Client |
createClient(TCPClientFactory.ClientType clientType,
Connection connection,
long timeout) |
static Client |
createClient(TCPClientFactory.ClientType clientType,
String url,
long timeout) |
public static final Serializer EmbeddedSerializer
public static Client createClient(TCPClientFactory.ClientType clientType, String url, long timeout)
public static Client createClient(TCPClientFactory.ClientType clientType, Connection connection, long timeout)
Copyright © 2016. All rights reserved.