Skip to content

Commit

Permalink
=doc #1290 Merge common/timeouts.md and a few client-side pages (#1298)
Browse files Browse the repository at this point in the history
* =doc #1290 Merge common/timeouts.md

* =doc #1290 Merge client-side/client-https-support.md

* =doc #1290 Merge client-side/client-transport.md

* =doc #1290 Merge client-side/connection-level.md

* Remove header that is defined twice
  • Loading branch information
jonas committed Jul 25, 2017
1 parent f0e52e6 commit 5bcbd75
Show file tree
Hide file tree
Showing 27 changed files with 95 additions and 387 deletions.
114 changes: 0 additions & 114 deletions docs/src/main/paradox/java/http/client-side/client-https-support.md

This file was deleted.

63 changes: 0 additions & 63 deletions docs/src/main/paradox/java/http/client-side/client-transport.md

This file was deleted.

68 changes: 0 additions & 68 deletions docs/src/main/paradox/java/http/client-side/connection-level.md

This file was deleted.

Expand Up @@ -72,7 +72,7 @@ Simple example sending a message and printing any incoming message:

## webSocketClientLayer

Just like the @ref[Stand-Alone HTTP Layer Usage](connection-level.md#http-client-layer-java) for regular HTTP requests, the WebSocket layer can be used fully detached from the
Just like the @ref[Stand-Alone HTTP Layer Usage](connection-level.md#http-client-layer) for regular HTTP requests, the WebSocket layer can be used fully detached from the
underlying TCP interface. The same scenarios as described for regular HTTP requests apply here.

The returned layer forms a `BidiFlow<Message, SslTlsOutbound, SslTlsInbound, Message, CompletionStage<WebSocketUpgradeResponse>>`.
Expand Down
83 changes: 0 additions & 83 deletions docs/src/main/paradox/java/http/common/timeouts.md

This file was deleted.

1 change: 1 addition & 0 deletions docs/src/main/paradox/java/http/common/timeouts.md
@@ -1,4 +1,3 @@
<a id="implications-of-streaming-http-entities-java"></a>
# Implications of the streaming nature of Request/Response Entities

Akka HTTP is streaming *all the way through*, which means that the back-pressure mechanisms enabled by Akka Streams
Expand Down

0 comments on commit 5bcbd75

Please sign in to comment.