com.alibaba.dubbo.remoting.p2p
Interface Peer

All Superinterfaces:
Endpoint, Resetable, Server
All Known Subinterfaces:
ExchangePeer
All Known Implementing Classes:
ExchangeServerPeer, ServerPeer

public interface Peer
extends Server

Peer. (SPI, Prototype, ThreadSafe)

Peer-to-peer

Author:
william.liangf

Method Summary
 void leave()
          leave.
 
Methods inherited from interface com.alibaba.dubbo.remoting.Server
getChannel, getChannels, isBound, reset
 
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

leave

void leave()
           throws RemotingException
leave.

Throws:
RemotingException


Copyright © 2012–2017 Alibaba. All rights reserved.