Uses of Class
org.kth.dks.dks_comm.DKSNetAddress

Packages that use DKSNetAddress
org.kth.dks.dks_comm   
org.kth.dks.dks_exceptions   
org.kth.dks.dks_marshal   
 

Uses of DKSNetAddress in org.kth.dks.dks_comm
 

Methods in org.kth.dks.dks_comm that return DKSNetAddress
 DKSNetAddress DKSRef.getDKSNetAddress()
           
 DKSNetAddress ConnHandlerIn.getDKSNetAddress()
           
 

Methods in org.kth.dks.dks_comm with parameters of type DKSNetAddress
static java.nio.channels.SocketChannel ConnHandlerOutNB.createConnection(DKSNetAddress na)
           
 void ConnectionHandler.createConnection(java.net.Socket s, DKSNetAddress na)
           
static DKSRef DKSRef.newDKSRefByParts(DKSOverlayAddress oa, DKSNetAddress na)
          Creates a DKSRef with references to a DKSOverlayAddress and a DKSNetAddress.
 void ConnectionHandler.removeConnection(DKSNetAddress n)
           
 void ConnHandlerOutNB.sendMessage(DKSNetAddress src, java.lang.Object msg)
           
 void ConnHandlerInNB.setRemoteAddress(DKSNetAddress netAdr)
           
 void ConnHandlerOutNB.setRemoteAddress(DKSNetAddress netAdr)
           
static DKSRef DKSRef.valueOfByParts(DKSOverlayAddress oa, DKSNetAddress na, long nonce)
           
 

Constructors in org.kth.dks.dks_comm with parameters of type DKSNetAddress
ConnHandlerIn(ConnectionHandler ch, java.net.Socket newSocket, DKSNetAddress dest, org.kth.dks.dks_comm.ConnHandlerOut out)
           
 

Uses of DKSNetAddress in org.kth.dks.dks_exceptions
 

Constructors in org.kth.dks.dks_exceptions with parameters of type DKSNetAddress
DKSRefNoResponse(DKSNetAddress r)
           
 

Uses of DKSNetAddress in org.kth.dks.dks_marshal
 

Methods in org.kth.dks.dks_marshal that return DKSNetAddress
 DKSNetAddress BootstrapMsg.getNetAddress()
           
 DKSNetAddress MarshalXML.remDKSNetAddress()
           
abstract  DKSNetAddress MarshalInterface.remDKSNetAddress()
           
 DKSNetAddress MarshalBinary.remDKSNetAddress()
           
 DKSNetAddress MarshalXML.remDKSNetAddress(java.lang.String na)
           
abstract  DKSNetAddress MarshalInterface.remDKSNetAddress(java.lang.String na)
           
 DKSNetAddress MarshalBinary.remDKSNetAddress(java.lang.String na)
           
 

Methods in org.kth.dks.dks_marshal with parameters of type DKSNetAddress
 void MarshalXML.addDKSNetAddress(DKSNetAddress val)
           
abstract  void MarshalInterface.addDKSNetAddress(DKSNetAddress val)
           
 void MarshalBinary.addDKSNetAddress(DKSNetAddress val)
           
 void MarshalXML.addDKSNetAddress(DKSNetAddress val, java.lang.String na)
           
abstract  void MarshalInterface.addDKSNetAddress(DKSNetAddress val, java.lang.String na)
           
 void MarshalBinary.addDKSNetAddress(DKSNetAddress val, java.lang.String na)
           
 boolean DKSMarshal.unmarshalDispatch(byte transType, byte[] input, DKSNetAddress source)
          Calls the unmarshaller and unmarshalls the byte stream to DKSMessage, and dispatches it to the right handler
 

Constructors in org.kth.dks.dks_marshal with parameters of type DKSNetAddress
BootstrapMsg(DKSNetAddress p)
           
 



Copyright © 2010. All Rights Reserved.