com.alibaba.dubbo.remoting
Interface Client
- All Superinterfaces:
- Channel, Endpoint, Resetable
- All Known Subinterfaces:
- ExchangeClient
- All Known Implementing Classes:
- AbstractClient, ClientDelegate, GrizzlyClient, HeaderExchangeClient, MinaClient, NettyClient, NettyClient
public interface Client
- extends Endpoint, Channel, Resetable
Remoting Client. (API/SPI, Prototype, ThreadSafe)
Client/Server
- Author:
- qian.lei
- See Also:
Transporter.connect(com.alibaba.dubbo.common.URL, ChannelHandler)
Methods inherited from interface com.alibaba.dubbo.common.Resetable |
reset |
reconnect
void reconnect()
throws RemotingException
- reconnect.
- Throws:
RemotingException
reset
@Deprecated
void reset(Parameters parameters)
- Deprecated.
Copyright © 2012–2017 Alibaba. All rights reserved.