public class

NetworkRegistrationRequest

extends Object
java.lang.Object
   ↳ uk.ac.imperial.presage2.core.network.NetworkRegistrationRequest

Class Overview

Object to pass parameters to the NetworkController when registering with the network.

Summary

Fields
protected NetworkAddress id
protected NetworkChannel link
Public Constructors
NetworkRegistrationRequest(NetworkAddress id, NetworkChannel link)
Public Methods
NetworkAddress getAddress()
NetworkChannel getLink()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected NetworkAddress id

protected NetworkChannel link

Public Constructors

public NetworkRegistrationRequest (NetworkAddress id, NetworkChannel link)

Public Methods

public NetworkAddress getAddress ()

Returns
  • the id

public NetworkChannel getLink ()

Returns
  • the link