Package io.grpc.internal
Class ServerImpl.ContextCloser
- java.lang.Object
-
- io.grpc.internal.ServerImpl.ContextCloser
-
- All Implemented Interfaces:
java.lang.Runnable
- Enclosing class:
- ServerImpl
static final class ServerImpl.ContextCloser extends java.lang.Object implements java.lang.Runnable
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Throwable
cause
private Context.CancellableContext
context
-
Constructor Summary
Constructors Constructor Description ContextCloser(Context.CancellableContext context, java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
-
-
-
Field Detail
-
context
private final Context.CancellableContext context
-
cause
private final java.lang.Throwable cause
-
-
Constructor Detail
-
ContextCloser
ContextCloser(Context.CancellableContext context, java.lang.Throwable cause)
-
-