Package | Description |
---|---|
sirius.web.http |
Built-in HTTP server based on netty.
|
Modifier and Type | Field and Description |
---|---|
static IPRange.RangeSet |
IPRange.LOCALHOST
Constant for a range which only accepts localhost.
|
static IPRange.RangeSet |
IPRange.NO_FILTER
Constant for a "non filtering" range set which accepts all IP addresses
|
Modifier and Type | Method and Description |
---|---|
protected static IPRange.RangeSet |
WebServer.getIPFilter()
Returns an ip filter which determines which IPs may connect to the web server.
|
protected static IPRange.RangeSet |
WebServer.getProxyIPs()
Returns all proxy IPs as
IPRange.RangeSet |
protected static IPRange.RangeSet |
WebServer.getTrustedRanges()
Returns all trusted IPs as
IPRange.RangeSet |
static IPRange.RangeSet |
IPRange.paraseRangeSet(String commaSeparatedListOfRanges)
Compiles the given list of ranges into a range set.
|
Copyright © 2018. All rights reserved.