Package org.apache.beam.sdk.fn.channel
Class SocketAddressFactory
java.lang.Object
org.apache.beam.sdk.fn.channel.SocketAddressFactory
Creates a
SocketAddress
based upon a supplied string.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SocketAddress
createFrom
(String value) Parse aSocketAddress
from the given string.
-
Constructor Details
-
SocketAddressFactory
public SocketAddressFactory()
-
-
Method Details
-
createFrom
Parse aSocketAddress
from the given string.
-