com.gemstone.gemfire.cache.wan
Interface GatewayReceiver
public interface GatewayReceiver
DEFAULT_MAXIMUM_TIME_BETWEEN_PINGS
static final int DEFAULT_MAXIMUM_TIME_BETWEEN_PINGS
- See Also:
- Constant Field Values
DEFAULT_START_PORT
static final int DEFAULT_START_PORT
- See Also:
- Constant Field Values
DEFAULT_END_PORT
static final int DEFAULT_END_PORT
- See Also:
- Constant Field Values
DEFAULT_SOCKET_BUFFER_SIZE
static final int DEFAULT_SOCKET_BUFFER_SIZE
- See Also:
- Constant Field Values
DEFAULT_BIND_ADDRESS
static final String DEFAULT_BIND_ADDRESS
- See Also:
- Constant Field Values
APPLY_RETRIES
static final boolean APPLY_RETRIES
start
void start()
throws IOException
- Throws:
IOException
stop
void stop()
isRunning
boolean isRunning()
getGatewayTransportFilters
List<GatewayTransportFilter> getGatewayTransportFilters()
getMaximumTimeBetweenPings
int getMaximumTimeBetweenPings()
getPort
int getPort()
getStartPort
int getStartPort()
getEndPort
int getEndPort()
getHost
String getHost()
getSocketBufferSize
int getSocketBufferSize()
getBindAddress
String getBindAddress()
Copyright © 1997-2012 VMware, Inc. All rights reserved.