-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Update jetty-client-12 EEA files (#206)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
3956b9d
commit dfd4855
Showing
129 changed files
with
2,927 additions
and
3 deletions.
There are no files selected for viewing
21 changes: 21 additions & 0 deletions
21
libraries/jetty-client-12/org/eclipse/jetty/client/AbstractAuthentication.eea
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
class org/eclipse/jetty/client/AbstractAuthentication | ||
|
||
matchesURI | ||
(Ljava/net/URI;Ljava/net/URI;)Z | ||
(Ljava/net/URI;Ljava/net/URI;)Z | ||
|
||
<init> | ||
(Ljava/net/URI;Ljava/lang/String;)V | ||
(Ljava/net/URI;Ljava/lang/String;)V | ||
getRealm | ||
()Ljava/lang/String; | ||
()Ljava/lang/String; | ||
getType | ||
()Ljava/lang/String; | ||
()Ljava/lang/String; | ||
getURI | ||
()Ljava/net/URI; | ||
()Ljava/net/URI; | ||
matches | ||
(Ljava/lang/String;Ljava/net/URI;Ljava/lang/String;)Z | ||
(Ljava/lang/String;Ljava/net/URI;Ljava/lang/String;)Z |
53 changes: 53 additions & 0 deletions
53
libraries/jetty-client-12/org/eclipse/jetty/client/AbstractConnectionPool.eea
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
class org/eclipse/jetty/client/AbstractConnectionPool | ||
|
||
<init> | ||
(Lorg/eclipse/jetty/client/Destination;Lorg/eclipse/jetty/util/Pool$Factory<Lorg/eclipse/jetty/client/Connection;>;I)V | ||
(Lorg/eclipse/jetty/client/Destination;Lorg/eclipse/jetty/util/Pool$Factory<Lorg/eclipse/jetty/client/Connection;>;I)V | ||
accept | ||
(Lorg/eclipse/jetty/client/Connection;)Z | ||
(Lorg/eclipse/jetty/client/Connection;)Z | ||
acquire | ||
(Z)Lorg/eclipse/jetty/client/Connection; | ||
(Z)Lorg/eclipse/jetty/client/Connection; | ||
acquired | ||
(Lorg/eclipse/jetty/client/Connection;)V | ||
(Lorg/eclipse/jetty/client/Connection;)V | ||
activate | ||
()Lorg/eclipse/jetty/client/Connection; | ||
()Lorg/eclipse/jetty/client/Connection; | ||
deactivate | ||
(Lorg/eclipse/jetty/client/Connection;)Z | ||
(Lorg/eclipse/jetty/client/Connection;)Z | ||
dump | ||
(Ljava/lang/Appendable;Ljava/lang/String;)V | ||
(Ljava/lang/Appendable;Ljava/lang/String;)V | ||
idle | ||
(Lorg/eclipse/jetty/client/Connection;Z)Z | ||
(Lorg/eclipse/jetty/client/Connection;Z)Z | ||
isActive | ||
(Lorg/eclipse/jetty/client/Connection;)Z | ||
(Lorg/eclipse/jetty/client/Connection;)Z | ||
onCreated | ||
(Lorg/eclipse/jetty/client/Connection;)V | ||
(Lorg/eclipse/jetty/client/Connection;)V | ||
onRemoved | ||
(Lorg/eclipse/jetty/client/Connection;)V | ||
(Lorg/eclipse/jetty/client/Connection;)V | ||
preCreateConnections | ||
(I)Ljava/util/concurrent/CompletableFuture<Ljava/lang/Void;>; | ||
(I)Ljava/util/concurrent/CompletableFuture<Ljava/lang/Void;>; | ||
release | ||
(Lorg/eclipse/jetty/client/Connection;)Z | ||
(Lorg/eclipse/jetty/client/Connection;)Z | ||
released | ||
(Lorg/eclipse/jetty/client/Connection;)V | ||
(Lorg/eclipse/jetty/client/Connection;)V | ||
remove | ||
(Lorg/eclipse/jetty/client/Connection;)Z | ||
(Lorg/eclipse/jetty/client/Connection;)Z | ||
removed | ||
(Lorg/eclipse/jetty/client/Connection;)V | ||
(Lorg/eclipse/jetty/client/Connection;)V | ||
toString | ||
()Ljava/lang/String; | ||
()L1java/lang/String; # @Inherited(java.lang.Object) |
14 changes: 14 additions & 0 deletions
14
libraries/jetty-client-12/org/eclipse/jetty/client/AbstractConnectorHttpClientTransport.eea
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
class org/eclipse/jetty/client/AbstractConnectorHttpClientTransport | ||
|
||
<init> | ||
(Lorg/eclipse/jetty/io/ClientConnector;)V | ||
(Lorg/eclipse/jetty/io/ClientConnector;)V | ||
connect | ||
(Ljava/net/InetSocketAddress;Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;)V | ||
(Ljava/net/InetSocketAddress;Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;)V | ||
connect | ||
(Ljava/net/SocketAddress;Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;)V | ||
(Ljava/net/SocketAddress;Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;)V | ||
getClientConnector | ||
()Lorg/eclipse/jetty/io/ClientConnector; | ||
()Lorg/eclipse/jetty/io/ClientConnector; |
17 changes: 17 additions & 0 deletions
17
libraries/jetty-client-12/org/eclipse/jetty/client/AbstractHttpClientTransport.eea
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
class org/eclipse/jetty/client/AbstractHttpClientTransport | ||
|
||
connectFailed | ||
(Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;Ljava/lang/Throwable;)V | ||
(Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;Ljava/lang/Throwable;)V | ||
getConnectionPoolFactory | ||
()Lorg/eclipse/jetty/client/ConnectionPool$Factory; | ||
()Lorg/eclipse/jetty/client/ConnectionPool$Factory; | ||
getHttpClient | ||
()Lorg/eclipse/jetty/client/HttpClient; | ||
()Lorg/eclipse/jetty/client/HttpClient; | ||
setConnectionPoolFactory | ||
(Lorg/eclipse/jetty/client/ConnectionPool$Factory;)V | ||
(Lorg/eclipse/jetty/client/ConnectionPool$Factory;)V | ||
setHttpClient | ||
(Lorg/eclipse/jetty/client/HttpClient;)V | ||
(Lorg/eclipse/jetty/client/HttpClient;)V |
14 changes: 14 additions & 0 deletions
14
libraries/jetty-client-12/org/eclipse/jetty/client/AsyncRequestContent.eea
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
class org/eclipse/jetty/client/AsyncRequestContent | ||
|
||
<init> | ||
(Ljava/lang/String;[Ljava/nio/ByteBuffer;)V | ||
(Ljava/lang/String;[Ljava/nio/ByteBuffer;)V | ||
<init> | ||
([Ljava/nio/ByteBuffer;)V | ||
([Ljava/nio/ByteBuffer;)V | ||
getContentType | ||
()Ljava/lang/String; | ||
()Ljava/lang/String; | ||
write | ||
(Ljava/nio/ByteBuffer;Lorg/eclipse/jetty/util/Callback;)V | ||
(Ljava/nio/ByteBuffer;Lorg/eclipse/jetty/util/Callback;)V |
23 changes: 23 additions & 0 deletions
23
libraries/jetty-client-12/org/eclipse/jetty/client/Authentication$HeaderInfo.eea
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
class org/eclipse/jetty/client/Authentication$HeaderInfo | ||
|
||
<init> | ||
(Lorg/eclipse/jetty/http/HttpHeader;Ljava/lang/String;Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;)V | ||
(Lorg/eclipse/jetty/http/HttpHeader;Ljava/lang/String;Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;)V | ||
getBase64 | ||
()Ljava/lang/String; | ||
()Ljava/lang/String; | ||
getHeader | ||
()Lorg/eclipse/jetty/http/HttpHeader; | ||
()Lorg/eclipse/jetty/http/HttpHeader; | ||
getParameter | ||
(Ljava/lang/String;)Ljava/lang/String; | ||
(Ljava/lang/String;)Ljava/lang/String; | ||
getParameters | ||
()Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>; | ||
()Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>; | ||
getRealm | ||
()Ljava/lang/String; | ||
()Ljava/lang/String; | ||
getType | ||
()Ljava/lang/String; | ||
()Ljava/lang/String; |
8 changes: 8 additions & 0 deletions
8
libraries/jetty-client-12/org/eclipse/jetty/client/Authentication$Result.eea
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
class org/eclipse/jetty/client/Authentication$Result | ||
|
||
apply | ||
(Lorg/eclipse/jetty/client/Request;)V | ||
(Lorg/eclipse/jetty/client/Request;)V | ||
getURI | ||
()Ljava/net/URI; | ||
()Ljava/net/URI; |
12 changes: 12 additions & 0 deletions
12
libraries/jetty-client-12/org/eclipse/jetty/client/Authentication.eea
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
class org/eclipse/jetty/client/Authentication | ||
|
||
ANY_REALM | ||
Ljava/lang/String; | ||
L1java/lang/String; | ||
|
||
authenticate | ||
(Lorg/eclipse/jetty/client/Request;Lorg/eclipse/jetty/client/ContentResponse;Lorg/eclipse/jetty/client/Authentication$HeaderInfo;Lorg/eclipse/jetty/util/Attributes;)Lorg/eclipse/jetty/client/Authentication$Result; | ||
(Lorg/eclipse/jetty/client/Request;Lorg/eclipse/jetty/client/ContentResponse;Lorg/eclipse/jetty/client/Authentication$HeaderInfo;Lorg/eclipse/jetty/util/Attributes;)Lorg/eclipse/jetty/client/Authentication$Result; | ||
matches | ||
(Ljava/lang/String;Ljava/net/URI;Ljava/lang/String;)Z | ||
(Ljava/lang/String;Ljava/net/URI;Ljava/lang/String;)Z |
26 changes: 26 additions & 0 deletions
26
libraries/jetty-client-12/org/eclipse/jetty/client/AuthenticationProtocolHandler.eea
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
class org/eclipse/jetty/client/AuthenticationProtocolHandler | ||
|
||
<init> | ||
(Lorg/eclipse/jetty/client/HttpClient;I)V | ||
(Lorg/eclipse/jetty/client/HttpClient;I)V | ||
getAuthenticateHeader | ||
()Lorg/eclipse/jetty/http/HttpHeader; | ||
()Lorg/eclipse/jetty/http/HttpHeader; | ||
getAuthenticationAttribute | ||
()Ljava/lang/String; | ||
()Ljava/lang/String; | ||
getAuthenticationURI | ||
(Lorg/eclipse/jetty/client/Request;)Ljava/net/URI; | ||
(Lorg/eclipse/jetty/client/Request;)Ljava/net/URI; | ||
getAuthorizationHeader | ||
()Lorg/eclipse/jetty/http/HttpHeader; | ||
()Lorg/eclipse/jetty/http/HttpHeader; | ||
getHeaderInfo | ||
(Ljava/lang/String;)Ljava/util/List<Lorg/eclipse/jetty/client/Authentication$HeaderInfo;>; | ||
(Ljava/lang/String;)Ljava/util/List<Lorg/eclipse/jetty/client/Authentication$HeaderInfo;>; | ||
getHttpClient | ||
()Lorg/eclipse/jetty/client/HttpClient; | ||
()Lorg/eclipse/jetty/client/HttpClient; | ||
getResponseListener | ||
()Lorg/eclipse/jetty/client/Response$Listener; | ||
()Lorg/eclipse/jetty/client/Response$Listener; |
20 changes: 20 additions & 0 deletions
20
libraries/jetty-client-12/org/eclipse/jetty/client/AuthenticationStore.eea
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
class org/eclipse/jetty/client/AuthenticationStore | ||
|
||
addAuthentication | ||
(Lorg/eclipse/jetty/client/Authentication;)V | ||
(Lorg/eclipse/jetty/client/Authentication;)V | ||
addAuthenticationResult | ||
(Lorg/eclipse/jetty/client/Authentication$Result;)V | ||
(Lorg/eclipse/jetty/client/Authentication$Result;)V | ||
findAuthentication | ||
(Ljava/lang/String;Ljava/net/URI;Ljava/lang/String;)Lorg/eclipse/jetty/client/Authentication; | ||
(Ljava/lang/String;Ljava/net/URI;Ljava/lang/String;)Lorg/eclipse/jetty/client/Authentication; | ||
findAuthenticationResult | ||
(Ljava/net/URI;)Lorg/eclipse/jetty/client/Authentication$Result; | ||
(Ljava/net/URI;)Lorg/eclipse/jetty/client/Authentication$Result; | ||
removeAuthentication | ||
(Lorg/eclipse/jetty/client/Authentication;)V | ||
(Lorg/eclipse/jetty/client/Authentication;)V | ||
removeAuthenticationResult | ||
(Lorg/eclipse/jetty/client/Authentication$Result;)V | ||
(Lorg/eclipse/jetty/client/Authentication$Result;)V |
20 changes: 20 additions & 0 deletions
20
libraries/jetty-client-12/org/eclipse/jetty/client/BasicAuthentication$BasicResult.eea
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
class org/eclipse/jetty/client/BasicAuthentication$BasicResult | ||
|
||
<init> | ||
(Ljava/net/URI;Ljava/lang/String;Ljava/lang/String;)V | ||
(Ljava/net/URI;Ljava/lang/String;Ljava/lang/String;)V | ||
<init> | ||
(Ljava/net/URI;Lorg/eclipse/jetty/http/HttpHeader;Ljava/lang/String;Ljava/lang/String;)V | ||
(Ljava/net/URI;Lorg/eclipse/jetty/http/HttpHeader;Ljava/lang/String;Ljava/lang/String;)V | ||
<init> | ||
(Ljava/net/URI;Lorg/eclipse/jetty/http/HttpHeader;Ljava/lang/String;Ljava/lang/String;Ljava/nio/charset/Charset;)V | ||
(Ljava/net/URI;Lorg/eclipse/jetty/http/HttpHeader;Ljava/lang/String;Ljava/lang/String;Ljava/nio/charset/Charset;)V | ||
apply | ||
(Lorg/eclipse/jetty/client/Request;)V | ||
(Lorg/eclipse/jetty/client/Request;)V | ||
getURI | ||
()Ljava/net/URI; | ||
()Ljava/net/URI; | ||
toString | ||
()Ljava/lang/String; | ||
()L1java/lang/String; # @Inherited(java.lang.Object) |
11 changes: 11 additions & 0 deletions
11
libraries/jetty-client-12/org/eclipse/jetty/client/BasicAuthentication.eea
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
class org/eclipse/jetty/client/BasicAuthentication | ||
|
||
<init> | ||
(Ljava/net/URI;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V | ||
(Ljava/net/URI;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V | ||
authenticate | ||
(Lorg/eclipse/jetty/client/Request;Lorg/eclipse/jetty/client/ContentResponse;Lorg/eclipse/jetty/client/Authentication$HeaderInfo;Lorg/eclipse/jetty/util/Attributes;)Lorg/eclipse/jetty/client/Authentication$Result; | ||
(Lorg/eclipse/jetty/client/Request;Lorg/eclipse/jetty/client/ContentResponse;Lorg/eclipse/jetty/client/Authentication$HeaderInfo;Lorg/eclipse/jetty/util/Attributes;)Lorg/eclipse/jetty/client/Authentication$Result; | ||
getType | ||
()Ljava/lang/String; | ||
()Ljava/lang/String; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
libraries/jetty-client-12/org/eclipse/jetty/client/ByteBufferRequestContent.eea
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
class org/eclipse/jetty/client/ByteBufferRequestContent | ||
|
||
<init> | ||
(Ljava/lang/String;Ljava/util/Collection<Ljava/nio/ByteBuffer;>;)V | ||
(Ljava/lang/String;Ljava/util/Collection<Ljava/nio/ByteBuffer;>;)V | ||
<init> | ||
(Ljava/lang/String;[Ljava/nio/ByteBuffer;)V | ||
(Ljava/lang/String;[Ljava/nio/ByteBuffer;)V | ||
<init> | ||
([Ljava/nio/ByteBuffer;)V | ||
([Ljava/nio/ByteBuffer;)V | ||
getContentType | ||
()Ljava/lang/String; | ||
()Ljava/lang/String; |
8 changes: 8 additions & 0 deletions
8
libraries/jetty-client-12/org/eclipse/jetty/client/BytesRequestContent.eea
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
class org/eclipse/jetty/client/BytesRequestContent | ||
|
||
<init> | ||
(Ljava/lang/String;[[B)V | ||
(Ljava/lang/String;[[B)V | ||
<init> | ||
([[B)V | ||
([[B)V |
23 changes: 23 additions & 0 deletions
23
libraries/jetty-client-12/org/eclipse/jetty/client/CompletableResponseListener.eea
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
class org/eclipse/jetty/client/CompletableResponseListener | ||
|
||
<init> | ||
(Lorg/eclipse/jetty/client/Request;)V | ||
(Lorg/eclipse/jetty/client/Request;)V | ||
<init> | ||
(Lorg/eclipse/jetty/client/Request;I)V | ||
(Lorg/eclipse/jetty/client/Request;I)V | ||
getRequest | ||
()Lorg/eclipse/jetty/client/Request; | ||
()Lorg/eclipse/jetty/client/Request; | ||
onComplete | ||
(Lorg/eclipse/jetty/client/Result;)V | ||
(L1org/eclipse/jetty/client/Result;)V # @Inherited(org.eclipse.jetty.client.BufferingResponseListener) | ||
send | ||
()Ljava/util/concurrent/CompletableFuture<Lorg/eclipse/jetty/client/ContentResponse;>; | ||
()Ljava/util/concurrent/CompletableFuture<Lorg/eclipse/jetty/client/ContentResponse;>; | ||
send | ||
(Lorg/eclipse/jetty/client/Connection;)Ljava/util/concurrent/CompletableFuture<Lorg/eclipse/jetty/client/ContentResponse;>; | ||
(Lorg/eclipse/jetty/client/Connection;)Ljava/util/concurrent/CompletableFuture<Lorg/eclipse/jetty/client/ContentResponse;>; | ||
send | ||
(Lorg/eclipse/jetty/client/Destination;)Ljava/util/concurrent/CompletableFuture<Lorg/eclipse/jetty/client/ContentResponse;>; | ||
(Lorg/eclipse/jetty/client/Destination;)Ljava/util/concurrent/CompletableFuture<Lorg/eclipse/jetty/client/ContentResponse;>; |
14 changes: 14 additions & 0 deletions
14
libraries/jetty-client-12/org/eclipse/jetty/client/Connection.eea
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
class org/eclipse/jetty/client/Connection | ||
|
||
getLocalSocketAddress | ||
()Ljava/net/SocketAddress; | ||
()Ljava/net/SocketAddress; | ||
getRemoteSocketAddress | ||
()Ljava/net/SocketAddress; | ||
()Ljava/net/SocketAddress; | ||
getSslSessionData | ||
()Lorg/eclipse/jetty/io/EndPoint$SslSessionData; | ||
()Lorg/eclipse/jetty/io/EndPoint$SslSessionData; | ||
send | ||
(Lorg/eclipse/jetty/client/Request;Lorg/eclipse/jetty/client/Response$CompleteListener;)V | ||
(Lorg/eclipse/jetty/client/Request;Lorg/eclipse/jetty/client/Response$CompleteListener;)V |
5 changes: 5 additions & 0 deletions
5
libraries/jetty-client-12/org/eclipse/jetty/client/ConnectionPool$Factory.eea
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
class org/eclipse/jetty/client/ConnectionPool$Factory | ||
|
||
newConnectionPool | ||
(Lorg/eclipse/jetty/client/Destination;)Lorg/eclipse/jetty/client/ConnectionPool; | ||
(Lorg/eclipse/jetty/client/Destination;)Lorg/eclipse/jetty/client/ConnectionPool; |
20 changes: 20 additions & 0 deletions
20
libraries/jetty-client-12/org/eclipse/jetty/client/ConnectionPool.eea
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
class org/eclipse/jetty/client/ConnectionPool | ||
|
||
accept | ||
(Lorg/eclipse/jetty/client/Connection;)Z | ||
(Lorg/eclipse/jetty/client/Connection;)Z | ||
acquire | ||
(Z)Lorg/eclipse/jetty/client/Connection; | ||
(Z)Lorg/eclipse/jetty/client/Connection; | ||
isActive | ||
(Lorg/eclipse/jetty/client/Connection;)Z | ||
(Lorg/eclipse/jetty/client/Connection;)Z | ||
preCreateConnections | ||
(I)Ljava/util/concurrent/CompletableFuture<Ljava/lang/Void;>; | ||
(I)Ljava/util/concurrent/CompletableFuture<Ljava/lang/Void;>; | ||
release | ||
(Lorg/eclipse/jetty/client/Connection;)Z | ||
(Lorg/eclipse/jetty/client/Connection;)Z | ||
remove | ||
(Lorg/eclipse/jetty/client/Connection;)Z | ||
(Lorg/eclipse/jetty/client/Connection;)Z |
15 changes: 15 additions & 0 deletions
15
libraries/jetty-client-12/org/eclipse/jetty/client/ContentDecoder$Factories.eea
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
class org/eclipse/jetty/client/ContentDecoder$Factories | ||
|
||
super java/lang/Iterable | ||
<Lorg/eclipse/jetty/client/ContentDecoder$Factory;> | ||
<Lorg/eclipse/jetty/client/ContentDecoder$Factory;> | ||
|
||
getAcceptEncodingField | ||
()Lorg/eclipse/jetty/http/HttpField; | ||
()Lorg/eclipse/jetty/http/HttpField; | ||
iterator | ||
()Ljava/util/Iterator<Lorg/eclipse/jetty/client/ContentDecoder$Factory;>; | ||
()Ljava/util/Iterator<Lorg/eclipse/jetty/client/ContentDecoder$Factory;>; | ||
put | ||
(Lorg/eclipse/jetty/client/ContentDecoder$Factory;)Lorg/eclipse/jetty/client/ContentDecoder$Factory; | ||
(Lorg/eclipse/jetty/client/ContentDecoder$Factory;)Lorg/eclipse/jetty/client/ContentDecoder$Factory; |
14 changes: 14 additions & 0 deletions
14
libraries/jetty-client-12/org/eclipse/jetty/client/ContentDecoder$Factory.eea
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
class org/eclipse/jetty/client/ContentDecoder$Factory | ||
|
||
<init> | ||
(Ljava/lang/String;)V | ||
(Ljava/lang/String;)V | ||
equals | ||
(Ljava/lang/Object;)Z | ||
(L0java/lang/Object;)Z # @Inherited(java.lang.Object) | ||
getEncoding | ||
()Ljava/lang/String; | ||
()Ljava/lang/String; | ||
newContentDecoder | ||
()Lorg/eclipse/jetty/client/ContentDecoder; | ||
()Lorg/eclipse/jetty/client/ContentDecoder; |
Oops, something went wrong.