public class Interface
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
byte[] |
address |
Modifier and Type | Method and Description |
---|---|
void |
add_ref() |
int |
getCost() |
boolean |
has_no_refs() |
void |
remove_ref() |
void |
send(byte[] packet) |
void |
send(byte[] packet,
int len) |
void |
send(byte[] packet,
int offset,
int len) |
void |
setCost(int cost) |
void |
setCostFromSender() |
void |
shutdown() |
void |
writeTo(siena.SENPWriter out) |
public void add_ref()
public void remove_ref()
public boolean has_no_refs()
public void writeTo(siena.SENPWriter out) throws java.io.IOException
java.io.IOException
public void send(byte[] packet) throws PacketSenderException
PacketSenderException
public void send(byte[] packet, int len) throws PacketSenderException
PacketSenderException
public void send(byte[] packet, int offset, int len) throws PacketSenderException
PacketSenderException
public void shutdown() throws PacketSenderException
PacketSenderException
public int getCost()
public void setCost(int cost)
public void setCostFromSender()
Copyright © 2005-2011 Antonio Carzaniga.
This documentation is maintained by Antonio Carzaniga