|
|||||||||
| Home >> All >> com >> voytechs >> jnetstream >> primitive >> [ address overview ] | PREV NEXT | ||||||||
A
- AND(Address) - Method in class com.voytechs.jnetstream.primitive.address.Address
- This method ANDs Address object to another Address object.
- AND(byte[], byte[]) - Static method in class com.voytechs.jnetstream.primitive.address.Address
- This method ANDs Address object to another Address object.
- AND(IpNumber) - Method in class com.voytechs.jnetstream.primitive.address.IpNumber
- This method ANDs IpNumber object to another IpNumber object.
- AND(byte[], byte[]) - Static method in class com.voytechs.jnetstream.primitive.address.IpNumber
- This method ANDs IpNumber object to another IpNumber object.
- Address - class com.voytechs.jnetstream.primitive.address.Address.
- A Class for storing IP Addresses Currently is only designed to utilize IPv4 (32bit) addresses.
- Address() - Constructor for class com.voytechs.jnetstream.primitive.address.Address
- Special internal use only constructor that does not initialize the Address right away but later.
- Address(byte[]) - Constructor for class com.voytechs.jnetstream.primitive.address.Address
- Main constructor taking the array of bytes as the address
- Address(Address) - Constructor for class com.voytechs.jnetstream.primitive.address.Address
- Main constructor taking the array of bytes as the address
- address - Variable in class com.voytechs.jnetstream.primitive.address.Address
- Array which stores the IP address bytes.
- applyNetmask(Address) - Method in class com.voytechs.jnetstream.primitive.address.IpNetmask
- This method applies the netmask to another IpNumber object such as IpAddress or IpNetwork.
- applyNetmask(byte[]) - Method in class com.voytechs.jnetstream.primitive.address.IpNetmask
B
- bitsInMask - Variable in class com.voytechs.jnetstream.primitive.address.IpNetmask
- byteArrayAddress - Variable in class com.voytechs.jnetstream.primitive.address.IpNumber
- Array which stores the IP byteArrayAddress bytes.
- byteArrayValue() - Method in class com.voytechs.jnetstream.primitive.address.Address
- Gets the byte array representation of this address.
- byteArrayValue() - Method in class com.voytechs.jnetstream.primitive.address.IpNumber
- Gets the byte array representation of this address.
C
- com.voytechs.jnetstream.primitive.address - package com.voytechs.jnetstream.primitive.address
- JNetStream primitive (datatypes) objects.
- compare(Address, Address) - Static method in class com.voytechs.jnetstream.primitive.address.Address
- Compare our byte values for IP address to the object's.
- compare(Address, byte[]) - Static method in class com.voytechs.jnetstream.primitive.address.Address
- compare(IpNumber, IpNumber) - Static method in class com.voytechs.jnetstream.primitive.address.IpNumber
- Compare our byte values for IP address to the object's.
- compareTo(Object) - Method in class com.voytechs.jnetstream.primitive.address.Address
- compareTo(byte[]) - Method in class com.voytechs.jnetstream.primitive.address.IpNetwork
- compareTo(Object) - Method in class com.voytechs.jnetstream.primitive.address.IpNetwork
- compareTo(Object) - Method in class com.voytechs.jnetstream.primitive.address.IpNumber
- countBits(byte[]) - Static method in class com.voytechs.jnetstream.primitive.address.IpNetmask
D
- DEFAULT_NUMBER_BASE - Static variable in class com.voytechs.jnetstream.primitive.address.Address
- DEFAULT_NUMBER_BASE - Static variable in class com.voytechs.jnetstream.primitive.address.IpNumber
- debug - Static variable in class com.voytechs.jnetstream.primitive.address.Address
- debug - Static variable in class com.voytechs.jnetstream.primitive.address.IpNetwork
- debug - Static variable in class com.voytechs.jnetstream.primitive.address.IpNumber
- defaultNumberBase - Variable in class com.voytechs.jnetstream.primitive.address.Address
- defaultNumberBase - Variable in class com.voytechs.jnetstream.primitive.address.IpNumber
- domainname - Variable in class com.voytechs.jnetstream.primitive.address.IpAddress
E
- EOR(Address) - Method in class com.voytechs.jnetstream.primitive.address.Address
- This method EORs (Exclusive OR) Address object to another Address object.
- EOR(byte[], byte[]) - Static method in class com.voytechs.jnetstream.primitive.address.Address
- This method ORs Address object to another Address object.
- EOR(IpNumber) - Method in class com.voytechs.jnetstream.primitive.address.IpNumber
- This method EORs (Exclusive OR) IpNumber object to another IpNumber object.
- EOR(byte[], byte[]) - Static method in class com.voytechs.jnetstream.primitive.address.IpNumber
- This method ORs IpNumber object to another IpNumber object.
- equals(Object) - Method in class com.voytechs.jnetstream.primitive.address.Address
- Compare our byte values for IP address to the object's.
- equals(Object) - Method in class com.voytechs.jnetstream.primitive.address.IpNetwork
- equals(Object) - Method in class com.voytechs.jnetstream.primitive.address.IpNumber
- Compare our byte values for IP address to the object's.
F
G
- getBitsInNetmask() - Method in class com.voytechs.jnetstream.primitive.address.IpNetmask
- Return the number of bits turn on in a netmask.
- getByte(int) - Method in class com.voytechs.jnetstream.primitive.address.Address
- getByte(byte) - Static method in class com.voytechs.jnetstream.primitive.address.Address
- getByte(int) - Method in class com.voytechs.jnetstream.primitive.address.IpNumber
- getByte(byte) - Static method in class com.voytechs.jnetstream.primitive.address.IpNumber
- getDomainname() - Method in class com.voytechs.jnetstream.primitive.address.IpAddress
- Do a domain name lookup by use of DNS reverse lookup on the IP addresses
- getHostname() - Method in class com.voytechs.jnetstream.primitive.address.IpAddress
- Do a DNS lookup on our IP address by use of DNS reverse lookup.
- getLowerBounds() - Method in class com.voytechs.jnetstream.primitive.address.IpNetwork
- A getter method which returns lower network boundary based on the netmasked network address.
- getNetmask() - Method in class com.voytechs.jnetstream.primitive.address.IpNetwork
- getNetmasked() - Method in class com.voytechs.jnetstream.primitive.address.IpNetwork
- Returns an Address with the netmask applied to it.
- getRadix() - Method in class com.voytechs.jnetstream.primitive.address.Address
- getUpperBounds() - Method in class com.voytechs.jnetstream.primitive.address.IpNetwork
- A getter moethd which returns the upper network boundary based on the netmasked networked address.
H
I
- INVERT() - Method in class com.voytechs.jnetstream.primitive.address.Address
- This method INVERTs (Java statment
~) Address object to another Address object. - INVERT(byte[]) - Static method in class com.voytechs.jnetstream.primitive.address.Address
- This method ORs Address object to another Address object.
- INVERT() - Method in class com.voytechs.jnetstream.primitive.address.IpNumber
- This method INVERTs (Java statment
~) IpNumber object to another IpNumber object. - INVERT(byte[]) - Static method in class com.voytechs.jnetstream.primitive.address.IpNumber
- This method ORs IpNumber object to another IpNumber object.
- IpAddress - class com.voytechs.jnetstream.primitive.address.IpAddress.
- A Class for storing IP Addresses Currently is only designed to utilize IPv4 (32bit) addresses.
- IpAddress(byte[]) - Constructor for class com.voytechs.jnetstream.primitive.address.IpAddress
- Main constructor taking the array of bytes as the address.
- IpAddress(String) - Constructor for class com.voytechs.jnetstream.primitive.address.IpAddress
- Constructor taking a hostname.
- IpNetmask - class com.voytechs.jnetstream.primitive.address.IpNetmask.
- IpNetmask(String) - Constructor for class com.voytechs.jnetstream.primitive.address.IpNetmask
- IpNetmask(int) - Constructor for class com.voytechs.jnetstream.primitive.address.IpNetmask
- IpNetwork - class com.voytechs.jnetstream.primitive.address.IpNetwork.
- This class manipulates a IP address as a network address it requires 2 values, address and netmask.
- IpNetwork(String, int) - Constructor for class com.voytechs.jnetstream.primitive.address.IpNetwork
- This form initializes the network number by creating a netmask from the number of bits within the mask.
- IpNetwork(String, IpNetmask) - Constructor for class com.voytechs.jnetstream.primitive.address.IpNetwork
- IpNetwork(byte[], IpNetmask) - Constructor for class com.voytechs.jnetstream.primitive.address.IpNetwork
- IpNetwork(Address, int) - Constructor for class com.voytechs.jnetstream.primitive.address.IpNetwork
- IpNetwork(Address, IpNetmask) - Constructor for class com.voytechs.jnetstream.primitive.address.IpNetwork
- IpNumber - class com.voytechs.jnetstream.primitive.address.IpNumber.
- A Class for storing IP Addresses Currently is only designed to utilize IPv4 (32bit) byteArrayAddresses.
- IpNumber() - Constructor for class com.voytechs.jnetstream.primitive.address.IpNumber
- Special internal use only constructor that does not initialize the IpNumber right away but later.
- IpNumber(String) - Constructor for class com.voytechs.jnetstream.primitive.address.IpNumber
- Constructor taking a integer IPv4 value
- IpNumber(long) - Constructor for class com.voytechs.jnetstream.primitive.address.IpNumber
- Constructor taking a integer IPv4 value
- IpNumber(byte[]) - Constructor for class com.voytechs.jnetstream.primitive.address.IpNumber
- Main constructor taking the array of bytes as the byteArrayAddress
- IpNumber(IpNumber) - Constructor for class com.voytechs.jnetstream.primitive.address.IpNumber
- Main constructor taking another IpNumber object
- inetAddress - Variable in class com.voytechs.jnetstream.primitive.address.IpAddress
- isPartOf(Object) - Method in class com.voytechs.jnetstream.primitive.address.IpNetwork
L
- longToByteArray(long) - Static method in class com.voytechs.jnetstream.primitive.address.Address
- Convert a long (32 bits) to byte array (4 bytes).
- longValue() - Method in class com.voytechs.jnetstream.primitive.address.IpNumber
- Return the value of this IpNumber object as a long.
M
- MacAddress - class com.voytechs.jnetstream.primitive.address.MacAddress.
- A Class for storing MAC Addresses
- MacAddress(byte[]) - Constructor for class com.voytechs.jnetstream.primitive.address.MacAddress
- Main constructor taking the array of bytes as the address.
- main(String[]) - Static method in class com.voytechs.jnetstream.primitive.address.Address
- Test function for Address
- main(String[]) - Static method in class com.voytechs.jnetstream.primitive.address.IpAddress
- Test function for IpAddress
- main(String[]) - Static method in class com.voytechs.jnetstream.primitive.address.IpNetmask
- Test function for IpNetmask
- main(String[]) - Static method in class com.voytechs.jnetstream.primitive.address.IpNetwork
- Test function for IpNetwork
- main(String[]) - Static method in class com.voytechs.jnetstream.primitive.address.IpNumber
- Test function for IpNumber
- main(String[]) - Static method in class com.voytechs.jnetstream.primitive.address.MacAddress
- Test function for MacAddress
N
- netmask - Variable in class com.voytechs.jnetstream.primitive.address.IpNetwork
- netmasked - Variable in class com.voytechs.jnetstream.primitive.address.IpNetwork
O
- OR(Address) - Method in class com.voytechs.jnetstream.primitive.address.Address
- This method ORs Address object to another Address object.
- OR(byte[], byte[]) - Static method in class com.voytechs.jnetstream.primitive.address.Address
- This method ORs Address object to another Address object.
- OR(IpNumber) - Method in class com.voytechs.jnetstream.primitive.address.IpNumber
- This method ORs IpNumber object to another IpNumber object.
- OR(byte[], byte[]) - Static method in class com.voytechs.jnetstream.primitive.address.IpNumber
- This method ORs IpNumber object to another IpNumber object.
P
- parseBitCount(int) - Static method in class com.voytechs.jnetstream.primitive.address.IpNetmask
- Converts into a long for a IP V4 netmask.
- parseByteArray(String, int, char) - Static method in class com.voytechs.jnetstream.primitive.address.Address
- Return current IP address as byte array, for V4 that will be 4 bytes for V6 16.
- parseByteArray(String) - Static method in class com.voytechs.jnetstream.primitive.address.IpNumber
- Return current IP address as byte array, for V4 that will be 4 bytes for V6 16.
- parseIpNetwork(String) - Static method in class com.voytechs.jnetstream.primitive.address.IpNetwork
- Parse the string representing a network entry.
- parseLong(String) - Static method in class com.voytechs.jnetstream.primitive.address.IpNumber
- Parse string containing a string representation of and IP byteArrayAddress in the dot notatio such as 1.2.3.4 to long.
S
- separator - Variable in class com.voytechs.jnetstream.primitive.address.Address
- setAddress(byte[]) - Method in class com.voytechs.jnetstream.primitive.address.Address
- setByteArrayAddress(byte[]) - Method in class com.voytechs.jnetstream.primitive.address.Address
- Set the internal address array.
- setByteArrayAddress(byte[]) - Method in class com.voytechs.jnetstream.primitive.address.IpNumber
- Set the internal address array.
- setDefaultNumberBase(int) - Method in class com.voytechs.jnetstream.primitive.address.IpNumber
- setFormat(String) - Method in class com.voytechs.jnetstream.primitive.address.Address
- setFormat(char[]) - Method in class com.voytechs.jnetstream.primitive.address.Address
- setGlobalDefaultNumberBase(int) - Static method in class com.voytechs.jnetstream.primitive.address.IpNumber
- setRadix(int) - Method in class com.voytechs.jnetstream.primitive.address.Address
- setSeparator(char) - Method in class com.voytechs.jnetstream.primitive.address.Address
- stringValue() - Method in class com.voytechs.jnetstream.primitive.address.Address
- Get the Address number value in a dot notation.
- stringValue() - Method in class com.voytechs.jnetstream.primitive.address.IpNumber
- Get the IP number value in a dot notation.
T
- toByteArray() - Method in class com.voytechs.jnetstream.primitive.address.Address
- Returns a byte[] representing this Address.
- toByteArray() - Method in class com.voytechs.jnetstream.primitive.address.IpNetwork
- Overrides the default byteArrayValue method and applies the network netmask to the IP number.
- toByteArray(long) - Static method in class com.voytechs.jnetstream.primitive.address.IpNumber
- Convert a long (32 bits) to byte array (4 bytes).
- toByteArray() - Method in class com.voytechs.jnetstream.primitive.address.IpNumber
- Returns a byte[] representing this IpNumber.
- toLong(byte[]) - Static method in class com.voytechs.jnetstream.primitive.address.IpNumber
- Convert a byte array to a long.
- toString() - Method in class com.voytechs.jnetstream.primitive.address.Address
- Convert to dot notation string representation of the address
- toString(byte[], int, char) - Static method in class com.voytechs.jnetstream.primitive.address.Address
- Convert internal address to a string.
- toString(byte[], int, char[]) - Static method in class com.voytechs.jnetstream.primitive.address.Address
- Convert internal address to a string.
- toString() - Method in class com.voytechs.jnetstream.primitive.address.IpAddress
- Convert to dot notation string representation of the address.
- toString() - Method in class com.voytechs.jnetstream.primitive.address.IpNetmask
- toString() - Method in class com.voytechs.jnetstream.primitive.address.IpNetwork
- toString() - Method in class com.voytechs.jnetstream.primitive.address.IpNumber
- Convert to dot notation string representation of the byteArrayAddress
- toString(long) - Static method in class com.voytechs.jnetstream.primitive.address.IpNumber
- Convert internal byteArrayAddress to a string.
- toString(byte[]) - Static method in class com.voytechs.jnetstream.primitive.address.IpNumber
- Convert internal byteArrayAddress to a string.
- toString(byte[], int) - Static method in class com.voytechs.jnetstream.primitive.address.IpNumber
- Convert internal byteArrayAddress to a string.
- toString() - Method in class com.voytechs.jnetstream.primitive.address.MacAddress
- Convert to dot notation string representation of the address.
A B C D E F G H I L M N O P S T
|
|||||||||
| Home >> All >> com >> voytechs >> jnetstream >> primitive >> [ address overview ] | PREV NEXT | ||||||||