public class AuthSchoonerSockIOFactory extends SchoonerSockIOFactory
AuthSchoonerSockIOFactory is used to create and destroy socket for
connection pool with authorized information.AuthSchoonerSockIOFactory| Modifier and Type | Field and Description |
|---|---|
static String |
ANONYMOUS |
static String |
CRAM_MD5 |
static String |
DIGEST_MD5 |
static byte[] |
EMPTY_BYTES |
static org.slf4j.Logger |
log |
static String |
LOGIN |
static String |
NTLM |
static String |
PLAIN |
bufferSize, host, isTcp, nagle, socketConnectTO, sockets, socketTO| Constructor and Description |
|---|
AuthSchoonerSockIOFactory(String host,
boolean isTcp,
int bufferSize,
int socketTO,
int socketConnectTO,
boolean nagle,
AuthInfo authInfo) |
| Modifier and Type | Method and Description |
|---|---|
Object |
makeObject() |
createSocket, destroyObject, setSockets, validateObjectpublic static org.slf4j.Logger log
public static final String NTLM
public static final String PLAIN
public static final String LOGIN
public static final String DIGEST_MD5
public static final String CRAM_MD5
public static final String ANONYMOUS
public static final byte[] EMPTY_BYTES
public Object makeObject() throws Exception
makeObject in interface org.apache.commons.pool.PoolableObjectFactorymakeObject in class SchoonerSockIOFactoryExceptionCopyright © 2013 Schooner Information Technology. All Rights Reserved.