ServerImpl.smali
.class public final Lio/grpc/internal/ServerImpl;
.super Lio/grpc/Server;
.source "ServerImpl.java"
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lio/grpc/internal/ServerImpl$JumpToApplicationThreadServerStreamListener;,
Lio/grpc/internal/ServerImpl$NoopListener;,
Lio/grpc/internal/ServerImpl$ServerTransportListenerImpl;,
Lio/grpc/internal/ServerImpl$ServerListenerImpl;
}
.end annotation
# static fields
.field private static final NOOP_LISTENER:Lio/grpc/internal/ServerStreamListener;
# instance fields
.field private final compressorRegistry:Lio/grpc/CompressorRegistry;
.field private final decompressorRegistry:Lio/grpc/DecompressorRegistry;
.field private executor:Ljava/util/concurrent/Executor;
.field private final fallbackRegistry:Lio/grpc/HandlerRegistry;
.field private final lock:Ljava/lang/Object;
.field private final registry:Lio/grpc/internal/InternalHandlerRegistry;
.field private final rootContext:Lio/grpc/Context;
.field private serverShutdownCallbackInvoked:Z
.field private shutdown:Z
.field private shutdownNowStatus:Lio/grpc/Status;
.field private started:Z
.field private terminated:Z
.field private final timeoutService:Ljava/util/concurrent/ScheduledExecutorService;
.field private final transportServer:Lio/grpc/internal/InternalServer;
.field private transportServerTerminated:Z
.field private final transports:Ljava/util/Collection;
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/util/Collection<",
"Lio/grpc/internal/ServerTransport;",
">;"
}
.end annotation
.end field
.field private usingSharedExecutor:Z
# direct methods
.method static constructor <clinit>()V
.registers 2
.line 1
new-instance v0, Lio/grpc/internal/ServerImpl$NoopListener;
const/4 v1, 0x0
invoke-direct {v0, v1}, Lio/grpc/internal/ServerImpl$NoopListener;-><init>(Lio/grpc/internal/ServerImpl$1;)V
sput-object v0, Lio/grpc/internal/ServerImpl;->NOOP_LISTENER:Lio/grpc/internal/ServerStreamListener;
return-void
.end method
.method constructor <init>(Ljava/util/concurrent/Executor;Lio/grpc/internal/InternalHandlerRegistry;Lio/grpc/HandlerRegistry;Lio/grpc/internal/InternalServer;Lio/grpc/Context;Lio/grpc/DecompressorRegistry;Lio/grpc/CompressorRegistry;)V
.registers 9
.line 1
invoke-direct {p0}, Lio/grpc/Server;-><init>()V
.line 2
new-instance v0, Ljava/lang/Object;
invoke-direct {v0}, Ljava/lang/Object;-><init>()V
iput-object v0, p0, Lio/grpc/internal/ServerImpl;->lock:Ljava/lang/Object;
.line 3
new-instance v0, Ljava/util/HashSet;
invoke-direct {v0}, Ljava/util/HashSet;-><init>()V
iput-object v0, p0, Lio/grpc/internal/ServerImpl;->transports:Ljava/util/Collection;
.line 4
sget-object v0, Lio/grpc/internal/GrpcUtil;->TIMER_SERVICE:Lio/grpc/internal/SharedResourceHolder$Resource;
invoke-static {v0}, Lio/grpc/internal/SharedResourceHolder;->get(Lio/grpc/internal/SharedResourceHolder$Resource;)Ljava/lang/Object;
move-result-object v0
check-cast v0, Ljava/util/concurrent/ScheduledExecutorService;
iput-object v0, p0, Lio/grpc/internal/ServerImpl;->timeoutService:Ljava/util/concurrent/ScheduledExecutorService;
.line 5
iput-object p1, p0, Lio/grpc/internal/ServerImpl;->executor:Ljava/util/concurrent/Executor;
const-string p1, "registry"
.line 6
invoke-static {p2, p1}, Lcom/google/common/base/r;->a(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
check-cast p2, Lio/grpc/internal/InternalHandlerRegistry;
iput-object p2, p0, Lio/grpc/internal/ServerImpl;->registry:Lio/grpc/internal/InternalHandlerRegistry;
const-string p1, "fallbackRegistry"
.line 7
invoke-static {p3, p1}, Lcom/google/common/base/r;->a(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
check-cast p3, Lio/grpc/HandlerRegistry;
iput-object p3, p0, Lio/grpc/internal/ServerImpl;->fallbackRegistry:Lio/grpc/HandlerRegistry;
const-string p1, "transportServer"
.line 8
invoke-static {p4, p1}, Lcom/google/common/base/r;->a(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
check-cast p4, Lio/grpc/internal/InternalServer;
iput-object p4, p0, Lio/grpc/internal/ServerImpl;->transportServer:Lio/grpc/internal/InternalServer;
.line 9
invoke-static {p5}, Lcom/google/common/base/r;->a(Ljava/lang/Object;)Ljava/lang/Object;
check-cast p5, Lio/grpc/Context;
invoke-virtual {p5}, Lio/grpc/Context;->fork()Lio/grpc/Context;
move-result-object p1
iput-object p1, p0, Lio/grpc/internal/ServerImpl;->rootContext:Lio/grpc/Context;
.line 10
iput-object p6, p0, Lio/grpc/internal/ServerImpl;->decompressorRegistry:Lio/grpc/DecompressorRegistry;
.line 11
iput-object p7, p0, Lio/grpc/internal/ServerImpl;->compressorRegistry:Lio/grpc/CompressorRegistry;
return-void
.end method
.method static synthetic access$1000()Lio/grpc/internal/ServerStreamListener;
.registers 1
.line 1
sget-object v0, Lio/grpc/internal/ServerImpl;->NOOP_LISTENER:Lio/grpc/internal/ServerStreamListener;
return-object v0
.end method
.method static synthetic access$1100(Lio/grpc/internal/ServerImpl;)Lio/grpc/internal/InternalHandlerRegistry;
.registers 1
.line 1
iget-object p0, p0, Lio/grpc/internal/ServerImpl;->registry:Lio/grpc/internal/InternalHandlerRegistry;
return-object p0
.end method
.method static synthetic access$1200(Lio/grpc/internal/ServerImpl;)Lio/grpc/HandlerRegistry;
.registers 1
.line 1
iget-object p0, p0, Lio/grpc/internal/ServerImpl;->fallbackRegistry:Lio/grpc/HandlerRegistry;
return-object p0
.end method
.method static synthetic access$1500(Lio/grpc/internal/ServerImpl;)Lio/grpc/Context;
.registers 1
.line 1
iget-object p0, p0, Lio/grpc/internal/ServerImpl;->rootContext:Lio/grpc/Context;
return-object p0
.end method
.method static synthetic access$1600(Lio/grpc/internal/ServerImpl;)Ljava/util/concurrent/ScheduledExecutorService;
.registers 1
.line 1
iget-object p0, p0, Lio/grpc/internal/ServerImpl;->timeoutService:Ljava/util/concurrent/ScheduledExecutorService;
return-object p0
.end method
.method static synthetic access$1700(Lio/grpc/internal/ServerImpl;)Lio/grpc/DecompressorRegistry;
.registers 1
.line 1
iget-object p0, p0, Lio/grpc/internal/ServerImpl;->decompressorRegistry:Lio/grpc/DecompressorRegistry;
return-object p0
.end method
.method static synthetic access$1800(Lio/grpc/internal/ServerImpl;)Lio/grpc/CompressorRegistry;
.registers 1
.line 1
iget-object p0, p0, Lio/grpc/internal/ServerImpl;->compressorRegistry:Lio/grpc/CompressorRegistry;
return-object p0
.end method
.method static synthetic access$200(Lio/grpc/internal/ServerImpl;)Ljava/lang/Object;
.registers 1
.line 1
iget-object p0, p0, Lio/grpc/internal/ServerImpl;->lock:Ljava/lang/Object;
return-object p0
.end method
.method static synthetic access$300(Lio/grpc/internal/ServerImpl;)Ljava/util/Collection;
.registers 1
.line 1
iget-object p0, p0, Lio/grpc/internal/ServerImpl;->transports:Ljava/util/Collection;
return-object p0
.end method
.method static synthetic access$400(Lio/grpc/internal/ServerImpl;)Lio/grpc/Status;
.registers 1
.line 1
iget-object p0, p0, Lio/grpc/internal/ServerImpl;->shutdownNowStatus:Lio/grpc/Status;
return-object p0
.end method
.method static synthetic access$502(Lio/grpc/internal/ServerImpl;Z)Z
.registers 2
.line 1
iput-boolean p1, p0, Lio/grpc/internal/ServerImpl;->serverShutdownCallbackInvoked:Z
return p1
.end method
.method static synthetic access$602(Lio/grpc/internal/ServerImpl;Z)Z
.registers 2
.line 1
iput-boolean p1, p0, Lio/grpc/internal/ServerImpl;->transportServerTerminated:Z
return p1
.end method
.method static synthetic access$700(Lio/grpc/internal/ServerImpl;)V
.registers 1
.line 1
invoke-direct {p0}, Lio/grpc/internal/ServerImpl;->checkForTermination()V
return-void
.end method
.method static synthetic access$800(Lio/grpc/internal/ServerImpl;Lio/grpc/internal/ServerTransport;)V
.registers 2
.line 1
invoke-direct {p0, p1}, Lio/grpc/internal/ServerImpl;->transportClosed(Lio/grpc/internal/ServerTransport;)V
return-void
.end method
.method static synthetic access$900(Lio/grpc/internal/ServerImpl;)Ljava/util/concurrent/Executor;
.registers 1
.line 1
iget-object p0, p0, Lio/grpc/internal/ServerImpl;->executor:Ljava/util/concurrent/Executor;
return-object p0
.end method
.method private checkForTermination()V
.registers 4
.line 1
iget-object v0, p0, Lio/grpc/internal/ServerImpl;->lock:Ljava/lang/Object;
monitor-enter v0
.line 2
:try_start_3
iget-boolean v1, p0, Lio/grpc/internal/ServerImpl;->shutdown:Z
if-eqz v1, :cond_28
iget-object v1, p0, Lio/grpc/internal/ServerImpl;->transports:Ljava/util/Collection;
invoke-interface {v1}, Ljava/util/Collection;->isEmpty()Z
move-result v1
if-eqz v1, :cond_28
iget-boolean v1, p0, Lio/grpc/internal/ServerImpl;->transportServerTerminated:Z
if-eqz v1, :cond_28
.line 3
iget-boolean v1, p0, Lio/grpc/internal/ServerImpl;->terminated:Z
if-nez v1, :cond_20
const/4 v1, 0x1
.line 4
iput-boolean v1, p0, Lio/grpc/internal/ServerImpl;->terminated:Z
.line 5
iget-object v1, p0, Lio/grpc/internal/ServerImpl;->lock:Ljava/lang/Object;
invoke-virtual {v1}, Ljava/lang/Object;->notifyAll()V
goto :goto_28
.line 6
:cond_20
new-instance v1, Ljava/lang/AssertionError;
const-string v2, "Server already terminated"
invoke-direct {v1, v2}, Ljava/lang/AssertionError;-><init>(Ljava/lang/Object;)V
throw v1
.line 7
:cond_28
:goto_28
monitor-exit v0
return-void
:catchall_2a
move-exception v1
monitor-exit v0
:try_end_2c
.catchall {:try_start_3 .. :try_end_2c} :catchall_2a
throw v1
.end method
.method private transportClosed(Lio/grpc/internal/ServerTransport;)V
.registers 4
.line 1
iget-object v0, p0, Lio/grpc/internal/ServerImpl;->lock:Ljava/lang/Object;
monitor-enter v0
.line 2
:try_start_3
iget-object v1, p0, Lio/grpc/internal/ServerImpl;->transports:Ljava/util/Collection;
invoke-interface {v1, p1}, Ljava/util/Collection;->remove(Ljava/lang/Object;)Z
move-result p1
if-eqz p1, :cond_10
.line 3
invoke-direct {p0}, Lio/grpc/internal/ServerImpl;->checkForTermination()V
.line 4
monitor-exit v0
return-void
.line 5
:cond_10
new-instance p1, Ljava/lang/AssertionError;
const-string v1, "Transport already removed"
invoke-direct {p1, v1}, Ljava/lang/AssertionError;-><init>(Ljava/lang/Object;)V
throw p1
:catchall_18
move-exception p1
.line 6
monitor-exit v0
:try_end_1a
.catchall {:try_start_3 .. :try_end_1a} :catchall_18
throw p1
.end method
# virtual methods
.method public awaitTermination()V
.registers 3
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/lang/InterruptedException;
}
.end annotation
.line 8
iget-object v0, p0, Lio/grpc/internal/ServerImpl;->lock:Ljava/lang/Object;
monitor-enter v0
.line 9
:goto_3
:try_start_3
iget-boolean v1, p0, Lio/grpc/internal/ServerImpl;->terminated:Z
if-nez v1, :cond_d
.line 10
iget-object v1, p0, Lio/grpc/internal/ServerImpl;->lock:Ljava/lang/Object;
invoke-virtual {v1}, Ljava/lang/Object;->wait()V
goto :goto_3
.line 11
:cond_d
monitor-exit v0
return-void
:catchall_f
move-exception v1
monitor-exit v0
:try_end_11
.catchall {:try_start_3 .. :try_end_11} :catchall_f
goto :goto_13
:goto_12
throw v1
:goto_13
goto :goto_12
.end method
.method public awaitTermination(JLjava/util/concurrent/TimeUnit;)Z
.registers 9
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/lang/InterruptedException;
}
.end annotation
.line 1
iget-object v0, p0, Lio/grpc/internal/ServerImpl;->lock:Ljava/lang/Object;
monitor-enter v0
.line 2
:try_start_3
invoke-virtual {p3, p1, p2}, Ljava/util/concurrent/TimeUnit;->toNanos(J)J
move-result-wide p1
.line 3
invoke-static {}, Ljava/lang/System;->nanoTime()J
move-result-wide v1
add-long/2addr v1, p1
.line 4
:goto_c
iget-boolean p1, p0, Lio/grpc/internal/ServerImpl;->terminated:Z
if-nez p1, :cond_24
invoke-static {}, Ljava/lang/System;->nanoTime()J
move-result-wide p1
sub-long p1, v1, p1
const-wide/16 v3, 0x0
cmp-long p3, p1, v3
if-lez p3, :cond_24
.line 5
sget-object p3, Ljava/util/concurrent/TimeUnit;->NANOSECONDS:Ljava/util/concurrent/TimeUnit;
iget-object v3, p0, Lio/grpc/internal/ServerImpl;->lock:Ljava/lang/Object;
invoke-virtual {p3, v3, p1, p2}, Ljava/util/concurrent/TimeUnit;->timedWait(Ljava/lang/Object;J)V
goto :goto_c
.line 6
:cond_24
iget-boolean p1, p0, Lio/grpc/internal/ServerImpl;->terminated:Z
monitor-exit v0
return p1
:catchall_28
move-exception p1
.line 7
monitor-exit v0
:try_end_2a
.catchall {:try_start_3 .. :try_end_2a} :catchall_28
goto :goto_2c
:goto_2b
throw p1
:goto_2c
goto :goto_2b
.end method
.method public getPort()I
.registers 4
.line 1
iget-object v0, p0, Lio/grpc/internal/ServerImpl;->lock:Ljava/lang/Object;
monitor-enter v0
.line 2
:try_start_3
iget-boolean v1, p0, Lio/grpc/internal/ServerImpl;->started:Z
const-string v2, "Not started"
invoke-static {v1, v2}, Lcom/google/common/base/r;->b(ZLjava/lang/Object;)V
.line 3
iget-boolean v1, p0, Lio/grpc/internal/ServerImpl;->terminated:Z
if-nez v1, :cond_10
const/4 v1, 0x1
goto :goto_11
:cond_10
const/4 v1, 0x0
:goto_11
const-string v2, "Already terminated"
invoke-static {v1, v2}, Lcom/google/common/base/r;->b(ZLjava/lang/Object;)V
.line 4
iget-object v1, p0, Lio/grpc/internal/ServerImpl;->transportServer:Lio/grpc/internal/InternalServer;
invoke-interface {v1}, Lio/grpc/internal/InternalServer;->getPort()I
move-result v1
monitor-exit v0
return v1
:catchall_1e
move-exception v1
.line 5
monitor-exit v0
:try_end_20
.catchall {:try_start_3 .. :try_end_20} :catchall_1e
throw v1
.end method
.method public isShutdown()Z
.registers 3
.line 1
iget-object v0, p0, Lio/grpc/internal/ServerImpl;->lock:Ljava/lang/Object;
monitor-enter v0
.line 2
:try_start_3
iget-boolean v1, p0, Lio/grpc/internal/ServerImpl;->shutdown:Z
monitor-exit v0
return v1
:catchall_7
move-exception v1
.line 3
monitor-exit v0
:try_end_9
.catchall {:try_start_3 .. :try_end_9} :catchall_7
throw v1
.end method
.method public isTerminated()Z
.registers 3
.line 1
iget-object v0, p0, Lio/grpc/internal/ServerImpl;->lock:Ljava/lang/Object;
monitor-enter v0
.line 2
:try_start_3
iget-boolean v1, p0, Lio/grpc/internal/ServerImpl;->terminated:Z
monitor-exit v0
return v1
:catchall_7
move-exception v1
.line 3
monitor-exit v0
:try_end_9
.catchall {:try_start_3 .. :try_end_9} :catchall_7
throw v1
.end method
.method public bridge synthetic shutdown()Lio/grpc/Server;
.registers 2
.line 1
invoke-virtual {p0}, Lio/grpc/internal/ServerImpl;->shutdown()Lio/grpc/internal/ServerImpl;
move-result-object v0
return-object v0
.end method
.method public shutdown()Lio/grpc/internal/ServerImpl;
.registers 4
.line 2
iget-object v0, p0, Lio/grpc/internal/ServerImpl;->lock:Ljava/lang/Object;
monitor-enter v0
.line 3
:try_start_3
iget-boolean v1, p0, Lio/grpc/internal/ServerImpl;->shutdown:Z
if-eqz v1, :cond_9
.line 4
monitor-exit v0
return-object p0
:cond_9
const/4 v1, 0x1
.line 5
iput-boolean v1, p0, Lio/grpc/internal/ServerImpl;->shutdown:Z
.line 6
iget-boolean v2, p0, Lio/grpc/internal/ServerImpl;->started:Z
if-nez v2, :cond_15
.line 7
iput-boolean v1, p0, Lio/grpc/internal/ServerImpl;->transportServerTerminated:Z
.line 8
invoke-direct {p0}, Lio/grpc/internal/ServerImpl;->checkForTermination()V
.line 9
:cond_15
monitor-exit v0
:try_end_16
.catchall {:try_start_3 .. :try_end_16} :catchall_32
if-eqz v2, :cond_1d
.line 10
iget-object v0, p0, Lio/grpc/internal/ServerImpl;->transportServer:Lio/grpc/internal/InternalServer;
invoke-interface {v0}, Lio/grpc/internal/InternalServer;->shutdown()V
.line 11
:cond_1d
sget-object v0, Lio/grpc/internal/GrpcUtil;->TIMER_SERVICE:Lio/grpc/internal/SharedResourceHolder$Resource;
iget-object v1, p0, Lio/grpc/internal/ServerImpl;->timeoutService:Ljava/util/concurrent/ScheduledExecutorService;
invoke-static {v0, v1}, Lio/grpc/internal/SharedResourceHolder;->release(Lio/grpc/internal/SharedResourceHolder$Resource;Ljava/lang/Object;)Ljava/lang/Object;
.line 12
iget-boolean v0, p0, Lio/grpc/internal/ServerImpl;->usingSharedExecutor:Z
if-eqz v0, :cond_31
.line 13
sget-object v0, Lio/grpc/internal/GrpcUtil;->SHARED_CHANNEL_EXECUTOR:Lio/grpc/internal/SharedResourceHolder$Resource;
iget-object v1, p0, Lio/grpc/internal/ServerImpl;->executor:Ljava/util/concurrent/Executor;
check-cast v1, Ljava/util/concurrent/ExecutorService;
invoke-static {v0, v1}, Lio/grpc/internal/SharedResourceHolder;->release(Lio/grpc/internal/SharedResourceHolder$Resource;Ljava/lang/Object;)Ljava/lang/Object;
:cond_31
return-object p0
:catchall_32
move-exception v1
.line 14
:try_start_33
monitor-exit v0
:try_end_34
.catchall {:try_start_33 .. :try_end_34} :catchall_32
throw v1
.end method
.method public bridge synthetic shutdownNow()Lio/grpc/Server;
.registers 2
.line 1
invoke-virtual {p0}, Lio/grpc/internal/ServerImpl;->shutdownNow()Lio/grpc/internal/ServerImpl;
move-result-object v0
return-object v0
.end method
.method public shutdownNow()Lio/grpc/internal/ServerImpl;
.registers 5
.line 2
invoke-virtual {p0}, Lio/grpc/internal/ServerImpl;->shutdown()Lio/grpc/internal/ServerImpl;
.line 3
sget-object v0, Lio/grpc/Status;->UNAVAILABLE:Lio/grpc/Status;
const-string v1, "Server shutdownNow invoked"
invoke-virtual {v0, v1}, Lio/grpc/Status;->withDescription(Ljava/lang/String;)Lio/grpc/Status;
move-result-object v0
.line 4
iget-object v1, p0, Lio/grpc/internal/ServerImpl;->lock:Ljava/lang/Object;
monitor-enter v1
.line 5
:try_start_e
iget-object v2, p0, Lio/grpc/internal/ServerImpl;->shutdownNowStatus:Lio/grpc/Status;
if-eqz v2, :cond_14
.line 6
monitor-exit v1
return-object p0
.line 7
:cond_14
iput-object v0, p0, Lio/grpc/internal/ServerImpl;->shutdownNowStatus:Lio/grpc/Status;
.line 8
new-instance v2, Ljava/util/ArrayList;
iget-object v3, p0, Lio/grpc/internal/ServerImpl;->transports:Ljava/util/Collection;
invoke-direct {v2, v3}, Ljava/util/ArrayList;-><init>(Ljava/util/Collection;)V
.line 9
iget-boolean v3, p0, Lio/grpc/internal/ServerImpl;->serverShutdownCallbackInvoked:Z
.line 10
monitor-exit v1
:try_end_20
.catchall {:try_start_e .. :try_end_20} :catchall_37
if-eqz v3, :cond_36
.line 11
invoke-interface {v2}, Ljava/util/Collection;->iterator()Ljava/util/Iterator;
move-result-object v1
:goto_26
invoke-interface {v1}, Ljava/util/Iterator;->hasNext()Z
move-result v2
if-eqz v2, :cond_36
invoke-interface {v1}, Ljava/util/Iterator;->next()Ljava/lang/Object;
move-result-object v2
check-cast v2, Lio/grpc/internal/ServerTransport;
.line 12
invoke-interface {v2, v0}, Lio/grpc/internal/ServerTransport;->shutdownNow(Lio/grpc/Status;)V
goto :goto_26
:cond_36
return-object p0
:catchall_37
move-exception v0
.line 13
:try_start_38
monitor-exit v1
:try_end_39
.catchall {:try_start_38 .. :try_end_39} :catchall_37
goto :goto_3b
:goto_3a
throw v0
:goto_3b
goto :goto_3a
.end method
.method public bridge synthetic start()Lio/grpc/Server;
.registers 2
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.line 1
invoke-virtual {p0}, Lio/grpc/internal/ServerImpl;->start()Lio/grpc/internal/ServerImpl;
move-result-object v0
return-object v0
.end method
.method public start()Lio/grpc/internal/ServerImpl;
.registers 6
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.line 2
iget-object v0, p0, Lio/grpc/internal/ServerImpl;->lock:Ljava/lang/Object;
monitor-enter v0
.line 3
:try_start_3
iget-boolean v1, p0, Lio/grpc/internal/ServerImpl;->started:Z
const/4 v2, 0x0
const/4 v3, 0x1
if-nez v1, :cond_b
const/4 v1, 0x1
goto :goto_c
:cond_b
const/4 v1, 0x0
:goto_c
const-string v4, "Already started"
invoke-static {v1, v4}, Lcom/google/common/base/r;->b(ZLjava/lang/Object;)V
.line 4
iget-boolean v1, p0, Lio/grpc/internal/ServerImpl;->shutdown:Z
if-nez v1, :cond_17
const/4 v1, 0x1
goto :goto_18
:cond_17
const/4 v1, 0x0
:goto_18
const-string v4, "Shutting down"
invoke-static {v1, v4}, Lcom/google/common/base/r;->b(ZLjava/lang/Object;)V
.line 5
iget-object v1, p0, Lio/grpc/internal/ServerImpl;->executor:Ljava/util/concurrent/Executor;
if-nez v1, :cond_22
const/4 v2, 0x1
:cond_22
iput-boolean v2, p0, Lio/grpc/internal/ServerImpl;->usingSharedExecutor:Z
.line 6
iget-boolean v1, p0, Lio/grpc/internal/ServerImpl;->usingSharedExecutor:Z
if-eqz v1, :cond_32
.line 7
sget-object v1, Lio/grpc/internal/GrpcUtil;->SHARED_CHANNEL_EXECUTOR:Lio/grpc/internal/SharedResourceHolder$Resource;
invoke-static {v1}, Lio/grpc/internal/SharedResourceHolder;->get(Lio/grpc/internal/SharedResourceHolder$Resource;)Ljava/lang/Object;
move-result-object v1
check-cast v1, Ljava/util/concurrent/Executor;
iput-object v1, p0, Lio/grpc/internal/ServerImpl;->executor:Ljava/util/concurrent/Executor;
.line 8
:cond_32
iget-object v1, p0, Lio/grpc/internal/ServerImpl;->transportServer:Lio/grpc/internal/InternalServer;
new-instance v2, Lio/grpc/internal/ServerImpl$ServerListenerImpl;
const/4 v4, 0x0
invoke-direct {v2, p0, v4}, Lio/grpc/internal/ServerImpl$ServerListenerImpl;-><init>(Lio/grpc/internal/ServerImpl;Lio/grpc/internal/ServerImpl$1;)V
invoke-interface {v1, v2}, Lio/grpc/internal/InternalServer;->start(Lio/grpc/internal/ServerListener;)V
.line 9
iput-boolean v3, p0, Lio/grpc/internal/ServerImpl;->started:Z
.line 10
monitor-exit v0
return-object p0
:catchall_41
move-exception v1
.line 11
monitor-exit v0
:try_end_43
.catchall {:try_start_3 .. :try_end_43} :catchall_41
throw v1
.end method