public class BaseProtocolOut<ProRequest,ProResponse> extends AbstractProtocolOut<ProRequest,ProResponse> implements ProtocolOutInterface<ProRequest,ProResponse>
Constructor and Description |
---|
BaseProtocolOut() |
Modifier and Type | Method and Description |
---|---|
void |
asynSend(Object bizRequest) |
ChannelClient |
getChannelClient() |
Object |
send(Object bizRequest) |
void |
setChannelClient(ChannelClient client) |
addProtocolListener, afterBizToRequestTrans, afterResponseToBizTrans, afterSend, beforeSend, getListeners, setListeners
getId, getProtocolTrans, setId, setProtocolTrans
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addProtocolListener
getId, setId, setProtocolTrans
public Object send(Object bizRequest)
send
in interface ProtocolOutInterface<ProRequest,ProResponse>
public void asynSend(Object bizRequest)
asynSend
in interface ProtocolOutInterface<ProRequest,ProResponse>
public ChannelClient getChannelClient()
getChannelClient
in interface ProtocolOutInterface<ProRequest,ProResponse>
public void setChannelClient(ChannelClient client)
setChannelClient
in interface ProtocolOutInterface<ProRequest,ProResponse>
Copyright © 2006–2018 TinyGroup. All rights reserved.