| | Name | Description |
|---|
  | ProtocolAddressBuilder |
Constructs a new protocol address builder.
|
 | ProtocolAddressBuilder(ProtocolAddress) |
Constructs a new protocol address builder with the specified URI.
|
 | ProtocolAddressBuilder(String, String) |
Constructs a new protocol address builder with the specified scheme and host.
|
  | ProtocolAddressBuilder(String, String, Int32) |
Constructs a new protocol address builder with the specified scheme, host and port.
|
 | ProtocolAddressBuilder(String, String, Int32, Byte) |
Constructs a new protocol address builder with the specified scheme, host, port, and path.
|
 | ProtocolAddressBuilder(String, String, Int32, String) |
Constructs a new protocol address builder with the specified scheme, host, port, and path.
|