public class HttpListenerConnection extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
HttpListenerConnection.Builder |
| Constructor and Description |
|---|
HttpListenerConnection(String host,
String port,
String protocol) |
| Modifier and Type | Method and Description |
|---|---|
static HttpListenerConnection.Builder |
builder() |
boolean |
equals(Object o) |
String |
getHost() |
String |
getPort() |
String |
getProtocol() |
int |
hashCode() |
public static HttpListenerConnection.Builder builder()
public String getHost()
public String getPort()
public String getProtocol()
Copyright © 2022. All rights reserved.