パッケージ org.pcap4j.packet
クラス IpV4InternetTimestampOptionTimestampsWithAddresses.TimestampWithAddress
- java.lang.Object
-
- org.pcap4j.packet.IpV4InternetTimestampOptionTimestampsWithAddresses.TimestampWithAddress
-
- すべての実装されたインタフェース:
Serializable
public static final class IpV4InternetTimestampOptionTimestampsWithAddresses.TimestampWithAddress extends Object implements Serializable
- 導入されたバージョン:
- pcap4j 0.9.11
- 作成者:
- Kaito Yamada
- 関連項目:
- 直列化された形式
-
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 TimestampWithAddress(Inet4Address address, Integer timestamp)
-
メソッドの概要
すべてのメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 boolean
equals(Object obj)
Inet4Address
getAddress()
Integer
getTimestamp()
int
hashCode()
String
toString()
-
-
-
コンストラクタの詳細
-
TimestampWithAddress
public TimestampWithAddress(Inet4Address address, Integer timestamp)
- パラメータ:
address
- addresstimestamp
- timestamp
-
-
メソッドの詳細
-
getAddress
public Inet4Address getAddress()
- 戻り値:
- address
-
getTimestamp
public Integer getTimestamp()
- 戻り値:
- timestamp
-
-