Package org.apache.dubbo.remoting
Interface RemotingServer
- All Superinterfaces:
Endpoint,IdleSensible,Resetable
- All Known Subinterfaces:
ExchangeServer
- All Known Implementing Classes:
AbstractPortUnificationServer,AbstractServer,ExchangeServerDelegate,HeaderExchangeServer,ServerDelegate
Remoting Server. (API/SPI, Prototype, ThreadSafe)
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetChannel(InetSocketAddress remoteAddress) get channel.get channels.booleanisBound()is bound.voidreset(Parameters parameters) Deprecated.Methods inherited from interface org.apache.dubbo.remoting.Endpoint
close, close, getChannelHandler, getLocalAddress, getUrl, isClosed, send, send, startCloseMethods inherited from interface org.apache.dubbo.remoting.IdleSensible
canHandleIdle
-
Method Details
-
isBound
boolean isBound()is bound.- Returns:
- bound
-
getChannels
Collection<Channel> getChannels()get channels.- Returns:
- channels
-
getChannel
get channel.- Parameters:
remoteAddress-- Returns:
- channel
-
reset
Deprecated.
-