Package org.eclipse.jetty.io
Interface EndPoint.Wrapper
-
- All Known Implementing Classes:
ProxyConnectionFactory.ProxyEndPoint
,SslConnection.DecryptedEndPoint
- Enclosing interface:
- EndPoint
public static interface EndPoint.Wrapper
Marks anEndPoint
that wraps anotherEndPoint
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EndPoint
unwrap()
-
-
-
Method Detail
-
unwrap
EndPoint unwrap()
- Returns:
- The wrapped
EndPoint
-
-