| 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 IPv6 |
IPv6.fromString(String addr)
Generates a new IPv6 instance from the provided address.
|
| Modifier and Type | Method and Description |
|---|---|
static Range<IPv6> |
IPv6.cidrRange(String cidr)
Parses the provided CIDR string and produces a closed
Range encapsulating all IPv6 addresses between
the network and broadcast addresses in the subnet represented by the CIDR. |
static DiscreteDomain<IPv6> |
IPv6.discreteDomain() |
| Modifier and Type | Method and Description |
|---|---|
int |
IPv6.compareTo(IPv6 o) |
| Modifier and Type | Method and Description |
|---|---|
static TypeEncoder<IPv6,String> |
LexiTypeEncoders.ipv6Encoder() |
static TypeEncoder<IPv6,String> |
SimpleTypeEncoders.ipv6Encoder() |
static TypeEncoder<IPv6,String> |
LexiTypeEncoders.ipv6RevEncoder() |
| Modifier and Type | Method and Description |
|---|---|
Class<IPv6> |
AbstractIPv6Encoder.resolves() |
| Modifier and Type | Method and Description |
|---|---|
IPv6 |
IPv6ReverseEncoder.decode(String value) |
IPv6 |
IPv6Encoder.decode(String value) |
| Modifier and Type | Method and Description |
|---|---|
String |
IPv6ReverseEncoder.encode(IPv6 value) |
String |
IPv6Encoder.encode(IPv6 value) |
| Modifier and Type | Method and Description |
|---|---|
IPv6 |
IPv6Encoder.decode(String value) |
| Modifier and Type | Method and Description |
|---|---|
String |
IPv6Encoder.encode(IPv6 value) |
Copyright © 2018 Calrissian. All rights reserved.