| Package | Description |
|---|---|
| org.calrissian.mango.net | |
| org.calrissian.mango.types | |
| org.calrissian.mango.types.encoders | |
| org.calrissian.mango.types.encoders.lexi | |
| org.calrissian.mango.types.encoders.simple |
| Modifier and Type | Method and Description |
|---|---|
static IPv4 |
IPv4.fromString(String addr)
Generates a new IPv4 instance from the provided address.
|
| Modifier and Type | Method and Description |
|---|---|
static Range<IPv4> |
IPv4.cidrRange(String cidr)
Parses the provided CIDR string and produces a closed
Range encapsulating all IPv4 addresses between
the network and broadcast addresses in the subnet represented by the CIDR. |
static DiscreteDomain<IPv4> |
IPv4.discreteDomain() |
| Modifier and Type | Method and Description |
|---|---|
int |
IPv4.compareTo(IPv4 o) |
| Modifier and Type | Method and Description |
|---|---|
static TypeEncoder<IPv4,String> |
LexiTypeEncoders.ipv4Encoder() |
static TypeEncoder<IPv4,String> |
SimpleTypeEncoders.ipv4Encoder() |
static TypeEncoder<IPv4,String> |
LexiTypeEncoders.ipv4RevEncoder() |
| Modifier and Type | Method and Description |
|---|---|
Class<IPv4> |
AbstractIPv4Encoder.resolves() |
| Modifier and Type | Method and Description |
|---|---|
IPv4 |
IPv4Encoder.decode(String value) |
IPv4 |
IPv4ReverseEncoder.decode(String value) |
| Modifier and Type | Method and Description |
|---|---|
String |
IPv4Encoder.encode(IPv4 value) |
String |
IPv4ReverseEncoder.encode(IPv4 value) |
| Modifier and Type | Method and Description |
|---|---|
IPv4 |
IPv4Encoder.decode(String value) |
| Modifier and Type | Method and Description |
|---|---|
String |
IPv4Encoder.encode(IPv4 value) |
Copyright © 2018 Calrissian. All rights reserved.