Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
com.voytechs.jnetstream.primitive.address.IpNetmask

Uses of IpNetmask in com.voytechs.jnetstream.primitive.address
 

Fields in com.voytechs.jnetstream.primitive.address declared as IpNetmask
private  IpNetmask IpNetwork.netmask
           
 

Methods in com.voytechs.jnetstream.primitive.address that return IpNetmask
 IpNetmask IpNetwork.getNetmask()
           
 

Constructors in com.voytechs.jnetstream.primitive.address with parameters of type IpNetmask
IpNetwork(java.lang.String network, IpNetmask mask)
           
IpNetwork(byte[] byteAddress, IpNetmask mask)
           
IpNetwork(Address ip, IpNetmask mask)