Class AnonymousInProcessSocketAddress

  • All Implemented Interfaces:
    java.io.Serializable

    @ExperimentalApi("https://github.com/grpc/grpc-java/issues/8626")
    public final class AnonymousInProcessSocketAddress
    extends java.net.SocketAddress
    Custom SocketAddress class for InProcessTransport, for a server which can only be referenced via this address instance.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AnonymousInProcessSocketAddress

        public AnonymousInProcessSocketAddress()
        Creates a new AnonymousInProcessSocketAddress.