public interface JedisSocketFactory
Modifier and Type | Method and Description |
---|---|
Socket |
createSocket() |
int |
getConnectionTimeout() |
String |
getDescription() |
String |
getHost() |
int |
getPort() |
int |
getSoTimeout() |
void |
setConnectionTimeout(int connectionTimeout) |
void |
setHost(String host) |
void |
setPort(int port) |
void |
setSoTimeout(int soTimeout) |
Socket createSocket() throws IOException
IOException
String getDescription()
String getHost()
void setHost(String host)
int getPort()
void setPort(int port)
int getConnectionTimeout()
void setConnectionTimeout(int connectionTimeout)
int getSoTimeout()
void setSoTimeout(int soTimeout)
Copyright © 2020. All rights reserved.