mirror of https://github.com/grpc/grpc-java.git
Update Java doc for a508c1d4f5
This commit is contained in:
parent
485bc9c83c
commit
c5ea5c78cf
|
|
@ -49,7 +49,7 @@ public abstract class Channel {
|
|||
/**
|
||||
* Create a {@link ClientCall} to the remote operation specified by the given
|
||||
* {@link MethodDescriptor}. The returned {@link ClientCall} does not trigger any remote
|
||||
* behavior until {@link ClientCall#start(ClientCall.Listener, Metadata.Headers)} is
|
||||
* behavior until {@link ClientCall#start(ClientCall.Listener, Metadata)} is
|
||||
* invoked.
|
||||
*
|
||||
* @param methodDescriptor describes the name and parameter types of the operation to call.
|
||||
|
|
|
|||
|
|
@ -86,7 +86,7 @@ public class MethodDescriptor<RequestT, ResponseT> {
|
|||
|
||||
/**
|
||||
* Returns {@code true} if the client will immediately send one request message to the server
|
||||
* after calling {@link ClientCall#start(io.grpc.ClientCall.Listener, io.grpc.Metadata.Headers)}
|
||||
* after calling {@link ClientCall#start(io.grpc.ClientCall.Listener, io.grpc.Metadata)}
|
||||
* and then immediately half-close the stream by calling {@link io.grpc.ClientCall#halfClose()}.
|
||||
*/
|
||||
public final boolean clientSendsOneMessage() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue