public class Transporters extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
static RemotingServer |
bind(String url,
ChannelHandler... handler) |
static RemotingServer |
bind(URL url,
ChannelHandler... handlers) |
static Client |
connect(String url,
ChannelHandler... handler) |
static Client |
connect(URL url,
ChannelHandler... handlers) |
static Transporter |
getTransporter() |
public static RemotingServer bind(String url, ChannelHandler... handler) throws RemotingException
public static RemotingServer bind(URL url, ChannelHandler... handlers) throws RemotingException
public static Client connect(String url, ChannelHandler... handler) throws RemotingException
public static Client connect(URL url, ChannelHandler... handlers) throws RemotingException
public static Transporter getTransporter()
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.