public interface SocketDefinition
| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<java.lang.Integer> |
getCapacity()
Indicates how many established connections are supported by the socket.
|
java.util.Set<java.net.URI> |
getDerivationProperties()
Returns the set of derivation properties to be used for this type.
|
java.util.Set<java.net.URI> |
getInconsistentProperties()
If the configuration is inconsistent, returns the set of properties for which
inconsistencies have been detected.
|
java.util.Set<java.net.URI> |
getInverseDerivationProperties()
Returns the set of inverse derivation properties to be used for this type.
|
java.util.Optional<java.net.URI> |
getSocketDefinitionURI()
If this configuration is identified by a URI, returns it, otherwise, i.e.
|
java.net.URI |
getSocketURI()
The concrete socket of this configuration.
|
boolean |
isAutoOpen()
If true, the atom will automatically accept connection requests if the
socket's configuration does not forbid it.
|
boolean |
isCompatibleWith(SocketDefinition other)
Indicates whether this socket configuration supports connecting to the other
one.
|
java.net.URI getSocketURI()
java.util.Optional<java.net.URI> getSocketDefinitionURI()
java.util.Set<java.net.URI> getDerivationProperties()
java.util.Set<java.net.URI> getInverseDerivationProperties()
boolean isCompatibleWith(SocketDefinition other)
boolean isAutoOpen()
java.util.Optional<java.lang.Integer> getCapacity()
java.util.Set<java.net.URI> getInconsistentProperties()
Copyright © 2019. All Rights Reserved.