Interface UpfEntity
-
- All Known Implementing Classes:
GtpTunnelPeer,SessionDownlink,SessionUplink,UpfApplication,UpfCounter,UpfInterface,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.
-
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
-
-
Method Detail
-
type
UpfEntityType type()
Returns the type of this entity.- Returns:
- entity type
-
-