Package org.apache.pekko.io.dns
Class SRVRecord$
java.lang.Object
org.apache.pekko.io.dns.SRVRecord$
- All Implemented Interfaces:
Serializable
INTERNAL API
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SRVRecord$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply(String name, CachePolicy.Ttl ttl, int priority, int weight, int port, String target) parseBody(String name, CachePolicy.Ttl ttl, short length, ByteIterator it, ByteString msg) INTERNAL API
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
SRVRecord$
public SRVRecord$()
-
-
Method Details
-
parseBody
public SRVRecord parseBody(String name, CachePolicy.Ttl ttl, short length, ByteIterator it, ByteString msg) INTERNAL API -
apply
public SRVRecord apply(String name, CachePolicy.Ttl ttl, int priority, int weight, int port, String target) -
unapply
-