Package akka.io.dns

Class SRVRecord$

  • All Implemented Interfaces:
    java.io.Serializable

    public class SRVRecord$
    extends java.lang.Object
    implements java.io.Serializable
    INTERNAL API
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static SRVRecord$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      SRVRecord$()  
    • Field Detail

      • MODULE$

        public static final SRVRecord$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • SRVRecord$

        public SRVRecord$()
    • Method Detail

      • apply

        public SRVRecord apply​(java.lang.String name,
                               CachePolicy.Ttl ttl,
                               int priority,
                               int weight,
                               int port,
                               java.lang.String target)
      • unapply

        public scala.Option<scala.Tuple6<java.lang.String,​CachePolicy.Ttl,​java.lang.Object,​java.lang.Object,​java.lang.Object,​java.lang.String>> unapply​(SRVRecord x$0)