Package org.apache.dubbo.remoting
Class Transporters
java.lang.Object
org.apache.dubbo.remoting.Transporters
Transporter facade. (API, Static, ThreadSafe)
-
Method Summary
Modifier and TypeMethodDescriptionstatic RemotingServerbind(String url, ChannelHandler... handler) static RemotingServerbind(URL url, ChannelHandler... handlers) static Clientconnect(String url, ChannelHandler... handler) static Clientconnect(URL url, ChannelHandler... handlers) static TransportergetTransporter(URL url)
-
Method Details
-
bind
- Throws:
RemotingException
-
bind
- Throws:
RemotingException
-
connect
- Throws:
RemotingException
-
connect
- Throws:
RemotingException
-
getTransporter
-