Uses of Enum Class
org.linkedopenactors.rdfpub.adapter.driving.nodeinfo.Protocol
-
Uses of Protocol in org.linkedopenactors.rdfpub.adapter.driving.nodeinfo
Modifier and TypeMethodDescriptionstatic Protocol
static Protocol
Returns the enum constant of this class with the specified name.static Protocol[]
Protocol.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionNodeinfo21.getProtocols()
The protocols supported on this server.Modifier and TypeMethodDescriptionvoid
Nodeinfo21.setProtocols
(List<Protocol> protocols) The protocols supported on this server.Nodeinfo21.withProtocols
(List<Protocol> protocols)