-
- All Superinterfaces:
java.lang.AutoCloseable,java.io.Closeable,Connection
- All Known Implementing Classes:
HttpConnection,HttpConnectionOverHTTP
public interface IConnection extends Connection
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SendFailuresend(HttpExchange exchange)-
Methods inherited from interface org.eclipse.jetty.client.api.Connection
close, isClosed, send
-
-
-
-
Method Detail
-
send
SendFailure send(HttpExchange exchange)
-
-