| Package | Description |
|---|---|
| de.flapdoodle.net |
| Modifier and Type | Method and Description |
|---|---|
ImmutableHostnamePortProxyFactory |
ImmutableHostnamePortProxyFactory.Builder.build()
Builds a new
ImmutableHostnamePortProxyFactory. |
static ImmutableHostnamePortProxyFactory |
ImmutableHostnamePortProxyFactory.copyOf(ProxyFactory.HostnamePortProxyFactory instance)
Creates an immutable copy of a
ProxyFactory.HostnamePortProxyFactory value. |
static ImmutableHostnamePortProxyFactory |
ImmutableHostnamePortProxyFactory.of(String hostName,
int port)
Construct a new immutable
HostnamePortProxyFactory instance. |
ImmutableHostnamePortProxyFactory |
ImmutableHostnamePortProxyFactory.withHostName(String value)
Copy the current immutable object by setting a value for the
hostName attribute. |
ImmutableHostnamePortProxyFactory |
ImmutableHostnamePortProxyFactory.withPort(int value)
Copy the current immutable object by setting a value for the
port attribute. |
Copyright © 2025. All rights reserved.