public interface ServerConnectionChannel extends IncomingConnectionChannel
Title: Service Event Fabric Core
Description: Extends the ConnectionChannel
defining a server (incoming) channel.
Copyright: Copyright (c) 2009
Company: StreamScape Technologies
Modifier and Type | Method and Description |
---|---|
void |
sendReply(long requestId,
boolean status,
java.nio.ByteBuffer packet)
Sends the specified packet as reply.
|
getChannelType, getReaderBufferSize, getSocketConfiguration, setReaderBufferSize
close, getLocalAddress, getRemoteAddress, isOpened, open
clone
void sendReply(long requestId, boolean status, java.nio.ByteBuffer packet) throws FabricException
requestId
- the id of the replied request.status
- the flag indicating if the request was processed successfully.packet
- the packet to be set.FabricException
- if some error occurs during a sending.Copyright © 2015-2024 StreamScape Technologies. All rights reserved.