- Enclosing class:
- SocketEvent
@Qualifier
@Target(PARAMETER)
@Retention(RUNTIME)
@Documented
public static @interface SocketEvent.Closed
Indicates that a socket has closed.
For detailed usage instructions, see Socket javadoc.
- Since:
- 2.3
- Author:
- Bauke Scholtz
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AnnotationLiteral<SocketEvent.Closed>The literal ofSocketEvent.Closed.
-
Field Details
-
LITERAL
The literal ofSocketEvent.Closed.- Since:
- 3.2
-