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)

Method Summary
 void reconnect()
          reconnect.
 void reset(Parameters parameters)
          Deprecated. 
 
Methods inherited from interface com.alibaba.dubbo.remoting.Channel
getAttribute, getRemoteAddress, hasAttribute, isConnected, removeAttribute, setAttribute
 
Methods inherited from interface com.alibaba.dubbo.remoting.Endpoint
close, close, getChannelHandler, getLocalAddress, getUrl, isClosed, send, send, startClose
 
Methods inherited from interface com.alibaba.dubbo.common.Resetable
reset
 

Method Detail

reconnect

void reconnect()
               throws RemotingException
reconnect.

Throws:
RemotingException

reset

@Deprecated
void reset(Parameters parameters)
Deprecated. 



Copyright © 2012–2017 Alibaba. All rights reserved.