mirror of https://github.com/grpc/grpc-java.git
parent
7255c8dfa8
commit
ebc84c209f
|
|
@ -32,7 +32,6 @@ import java.io.InputStream;
|
||||||
* with {@link HasByteBuffer}, a custom {@link io.grpc.MethodDescriptor.Marshaller} can take
|
* with {@link HasByteBuffer}, a custom {@link io.grpc.MethodDescriptor.Marshaller} can take
|
||||||
* over the ownership of buffers containing inbound data and perform delayed deserialization.
|
* over the ownership of buffers containing inbound data and perform delayed deserialization.
|
||||||
*/
|
*/
|
||||||
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/7387")
|
|
||||||
public interface Detachable {
|
public interface Detachable {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,6 @@ import javax.annotation.Nullable;
|
||||||
* interface from an {@link java.io.InputStream} to {@link ByteBuffer}s, without copying the
|
* interface from an {@link java.io.InputStream} to {@link ByteBuffer}s, without copying the
|
||||||
* content to a byte array and read from it.
|
* content to a byte array and read from it.
|
||||||
*/
|
*/
|
||||||
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/7387")
|
|
||||||
public interface HasByteBuffer {
|
public interface HasByteBuffer {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue