Package org.eclipse.jetty.io
Interface EndPoint.Wrapper
- All Known Implementing Classes:
ProxyConnectionFactory.ProxyEndPoint
,SslConnection.SslEndPoint
- Enclosing interface:
- EndPoint
public static interface EndPoint.Wrapper
Marks an
EndPoint
that wraps another EndPoint
.-
Method Summary
-
Method Details
-
unwrap
EndPoint unwrap()- Returns:
- The wrapped
EndPoint
-