public class ListeningInterface extends Object
Constructor and Description |
---|
ListeningInterface(InetSocketAddress addressToBind,
ProtocolContext context) |
ListeningInterface(InetSocketAddress addressToBind,
ProtocolContext context,
int backlog) |
Modifier and Type | Method and Description |
---|---|
int |
getActualPort() |
InetSocketAddress |
getAddressToBind() |
int |
getBacklog() |
ProtocolContext |
getContext() |
com.maverick.nio.Proxy |
getProxy() |
boolean |
isIPV6Interface() |
void |
setActualPort(int actualPort) |
void |
setBacklog(int backlog) |
void |
setProxy(com.maverick.nio.Proxy proxy) |
public ListeningInterface(InetSocketAddress addressToBind, ProtocolContext context)
public ListeningInterface(InetSocketAddress addressToBind, ProtocolContext context, int backlog)
public int getActualPort()
public void setActualPort(int actualPort)
public InetSocketAddress getAddressToBind()
public ProtocolContext getContext()
public boolean isIPV6Interface()
public void setProxy(com.maverick.nio.Proxy proxy)
public com.maverick.nio.Proxy getProxy()
public int getBacklog()
public void setBacklog(int backlog)
Copyright © 2024. All rights reserved.