public interface OutgoingConnectionChannel extends ConnectionChannel
Title: Service Event Fabric Core
Description: Defines a configuration for a outgoing Connection Channel.
Copyright: Copyright (c) 2011
Company: StreamScape Technologies
Modifier and Type | Method and Description |
---|---|
OutgoingConnectionChannelType |
getChannelType() |
SocketConfiguration |
getSocketConfiguration() |
int |
getStreamingThreshold() |
int |
getWriterBufferSize() |
int |
getWriterFlushDelay() |
void |
setStreamingThreshold(int streamingThreshold) |
void |
setWriterBufferSize(int writerBufferSize) |
void |
setWriterFlushDelay(int writerFlushDelay) |
close, getLocalAddress, getRemoteAddress, isOpened, open
clone
OutgoingConnectionChannelType getChannelType()
int getWriterFlushDelay()
void setWriterFlushDelay(int writerFlushDelay)
int getWriterBufferSize()
void setWriterBufferSize(int writerBufferSize) throws FabricException
FabricException
int getStreamingThreshold()
void setStreamingThreshold(int streamingThreshold)
SocketConfiguration getSocketConfiguration()
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.