Interface UpfEntity
-
- All Known Implementing Classes:
UpfApplication,UpfCounter,UpfGtpTunnelPeer,UpfInterface,UpfMeter,UpfSessionDownlink,UpfSessionUplink,UpfTerminationDownlink,UpfTerminationUplink
@Beta public interface UpfEntityAbstraction of a UPF entity used to interact with the UPF-programmable device.
-
-
Field Summary
Fields Modifier and Type Field Description static byteDEFAULT_APP_IDDefault Application ID, to be used if application filtering is performed.static intDEFAULT_APP_INDEXDefault app index, to be used if no app metering is performed.static intDEFAULT_SESSION_INDEXDefault session index, to be used if no session metering is performed.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpfEntityTypetype()Returns the type of this entity.
-
-
-
Field Detail
-
DEFAULT_APP_ID
static final byte DEFAULT_APP_ID
Default Application ID, to be used if application filtering is performed.- See Also:
- Constant Field Values
-
DEFAULT_SESSION_INDEX
static final int DEFAULT_SESSION_INDEX
Default session index, to be used if no session metering is performed.- See Also:
- Constant Field Values
-
DEFAULT_APP_INDEX
static final int DEFAULT_APP_INDEX
Default app index, to be used if no app metering is performed.- See Also:
- Constant Field Values
-
-
Method Detail
-
type
UpfEntityType type()
Returns the type of this entity.- Returns:
- entity type
-
-