public interface ServerSocketConnectorMBean extends MessageConnectorMBean
ServerSocketConnector
.Modifier and Type | Method and Description |
---|---|
String |
getBindAddr()
Network interface address to bind socket to
|
int |
getLocalPort()
Local TCP/IP port
|
int |
getMaxConnections()
Max number of connections
|
void |
setBindAddr(String String) |
void |
setLocalPort(int port) |
void |
setMaxConnections(int maxConnections) |
getAddress, getConnectionCount, getEndpointStats, getName, getPassword, getReconnectDelay, getState, getThreadPriority, getUser, isActive, reconnect, resetEndpointStats, restart, retrieveCompleteEndpointStats, setName, setPassword, setReconnectDelay, setThreadPriority, setUser, start, stop
int getLocalPort()
void setLocalPort(int port)
String getBindAddr()
void setBindAddr(String String) throws UnknownHostException
UnknownHostException
int getMaxConnections()
void setMaxConnections(int maxConnections)
Copyright © 2002-2020 Devexperts LLC. All Rights Reserved.