Uses of Interface
network.oxalis.api.tag.Tag
-
Packages that use Tag Package Description network.oxalis.api.inbound network.oxalis.api.outbound network.oxalis.api.tag -
-
Uses of Tag in network.oxalis.api.inbound
Methods in network.oxalis.api.inbound that return Tag Modifier and Type Method Description TagInboundMetadata. getTag() -
Uses of Tag in network.oxalis.api.outbound
Methods in network.oxalis.api.outbound that return Tag Modifier and Type Method Description default TagTransmissionMessage. getTag()Returns a tag set by client.default TagTransmissionResponse. getTag()Returns a tag set by client.Methods in network.oxalis.api.outbound with parameters of type Tag Modifier and Type Method Description TransmissionResponseTransmissionService. send(InputStream inputStream, Tag tag)Sends content found in the InputStream. -
Uses of Tag in network.oxalis.api.tag
Classes in network.oxalis.api.tag that implement Tag Modifier and Type Class Description static classTag.DefaultTagFields in network.oxalis.api.tag declared as Tag Modifier and Type Field Description static TagTag. NONEMethods in network.oxalis.api.tag that return Tag Modifier and Type Method Description TagTagGenerator. generate(Direction direction)default TagTagGenerator. generate(Direction direction, Tag original)static TagTag. of(String identifier)Methods in network.oxalis.api.tag with parameters of type Tag Modifier and Type Method Description default TagTagGenerator. generate(Direction direction, Tag original)
-