public interface ProtocolOutInterface<BizRequest,BizResponse> extends ProtocolInterface
Modifier and Type | Method and Description |
---|---|
void |
addProtocolListener(ProtocolOutListener listener) |
void |
asynSend(BizRequest bizRequest) |
ChannelClient |
getChannelClient() |
BizResponse |
send(BizRequest bizRequest) |
void |
setChannelClient(ChannelClient client) |
getId, setId, setProtocolTrans
BizResponse send(BizRequest bizRequest)
void asynSend(BizRequest bizRequest)
ChannelClient getChannelClient()
void setChannelClient(ChannelClient client)
void addProtocolListener(ProtocolOutListener listener)
Copyright © 2006–2018 TinyGroup. All rights reserved.