Registry / networking / dialogue-blocking-channels

dialogue-blocking-channels

JSON →
library6.27.0javamavenunverified

A library providing blocking HTTP channel implementations for the Dialogue RPC framework.

<dependency> <groupId>com.palantir.dialogue</groupId> <artifactId>dialogue-blocking-channels</artifactId> <version>6.27.0</version> </dependency>
INSTALL
IMPORT
SIG · DIALOGUE-BLOCKING-
D
dialogue-blocking-channels
networkingjavav6.27.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

BlockingChannel
com.palantir.dialogue.BlockingChannel

Demonstrates using a blocking channel to send an HTTP request and read the response body.

import com.palantir.dialogue.BlockingChannel; BlockingChannel channel = ...; // obtain from Dialogue builder String response = channel.execute(request).body().utf8();
Debug
Known issues

No known issues recorded.

Upgrade
Version history
6.27.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
14
OpenAI (training)
1
Resources
dialogue-blocking-channels — mvn dependency:get dialogue-blocking-channels · libregistry