public final class UnicastSocketTimeout extends Object implements InvocationConstraint, Serializable
| Constructor and Description | 
|---|
| UnicastSocketTimeout(int timeout)Creates a  UnicastSocketTimeoutconstraint for the given
 timeout. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object obj) | 
| int | getTimeout()Returns the socket timeout. | 
| int | hashCode() | 
| String | toString() | 
public UnicastSocketTimeout(int timeout)
UnicastSocketTimeout constraint for the given
 timeout.timeout - the socket timeoutIllegalArgumentException - if the given timeout is negativeCopyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.