Kompics Logo
1.1
  • Introduction
  • Kompics Tutorial
  • Kompics Scala
  • Kompics Internals
  • Project Information
  • Javadoc
    • Core
    • Timer Port
    • Network Port
      • se.sics.kompics.network
        • Address
        • ConnectionStatus
        • ConnectionStatus.Dropped
        • ConnectionStatus.Established
        • ConnectionStatus.Requested
        • Header
        • ListeningStatus
        • ListeningStatus.Request
        • ListeningStatus.Response
        • MessageNotify
        • MessageNotify.Req
        • MessageNotify.Resp
        • MessageNotify.State
        • Msg
        • Network
        • NetworkControl
        • NetworkException
        • Transport
      • se.sics.kompics.network.test
    • Virtual Network Port
    • Java Timer Component
    • Netty Network
    • Simulator
Kompics
  • Docs »
  • Javadoc »
  • Network Port »
  • se.sics.kompics.network »
  • Header
  • View page source

Header¶

public interface Header<Adr extends Address>¶
Author:Lars Kroll <lkroll@kth.se>

Methods¶

getDestination¶

public Adr getDestination()¶

Where is the message supposed to go.

getProtocol¶

public Transport getProtocol()¶

What protocol should be used to send the message. Note that not all network implementations have to implement all the available protocols.

getSource¶

public Adr getSource()¶

Where does the message come from.

Next Previous

© Copyright 2015, SICS Swedish ICT and KTH Royal Institute of Technology

Built with Sphinx using a theme provided by Read the Docs.