Package org.eclipse.jetty.util
Interface Attachable
- All Known Implementing Classes:
HttpConnection,HttpConnectionOverHTTP
Deprecated.
The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
Abstract mechanism to support attachment of miscellaneous objects.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.voidsetAttachment(Object attachment) Deprecated.Attaches the given object to this stream for later retrieval.
-
Method Details
-
getAttachment
Object getAttachment()Deprecated.- Returns:
- the object attached to this instance
- See Also:
-
setAttachment
Deprecated.Attaches the given object to this stream for later retrieval.- Parameters:
attachment- the object to attach to this instance
-