Class InProcessSocketAddress
java.lang.Object
java.net.SocketAddress
io.grpc.inprocess.InProcessSocketAddress
- All Implemented Interfaces:
Serializable
Custom SocketAddress class for
InProcessTransport.- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInProcessSocketAddress(String name) Construct an address for a server identified by name. -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
name
-
-
Constructor Details
-
InProcessSocketAddress
Construct an address for a server identified by name.- Parameters:
name- The name of the inprocess server.- Since:
- 1.0.0
-
-
Method Details
-
getName
-
toString
-
hashCode
-
equals
-