public class KafkaClassicCommandTransport
extends hudson.remoting.SynchronousCommandTransport
| Constructor and Description |
|---|
KafkaClassicCommandTransport(KafkaTransportBuilder settings) |
| Modifier and Type | Method and Description |
|---|---|
void |
closeRead() |
void |
closeWrite() |
hudson.remoting.Capability |
getRemoteCapability() |
hudson.remoting.Command |
read() |
void |
write(hudson.remoting.Command cmd,
boolean last) |
public KafkaClassicCommandTransport(KafkaTransportBuilder settings)
public final hudson.remoting.Capability getRemoteCapability()
throws IOException
getRemoteCapability in class hudson.remoting.CommandTransportIOExceptionpublic final void write(hudson.remoting.Command cmd,
boolean last)
throws IOException
write in class hudson.remoting.CommandTransportIOExceptionpublic final void closeWrite()
throws IOException
closeWrite in class hudson.remoting.CommandTransportIOExceptionpublic final void closeRead()
throws IOException
closeRead in class hudson.remoting.CommandTransportIOExceptionpublic final hudson.remoting.Command read()
throws IOException,
ClassNotFoundException,
InterruptedException
read in class hudson.remoting.SynchronousCommandTransportIOExceptionClassNotFoundExceptionInterruptedExceptionCopyright © 2004–2019. All rights reserved.