public class BooterDeserializer extends Object
| Constructor and Description |
|---|
BooterDeserializer(InputStream inputStream) |
| Modifier and Type | Method and Description |
|---|---|
ProviderConfiguration |
deserialize() |
String |
getConnectionString()
Describes the current connection channel used by the client in the forked JVM
in order to connect to the plugin process.
|
int |
getForkNumber() |
String |
getPluginPid() |
StartupConfiguration |
getStartupConfiguration() |
public BooterDeserializer(InputStream inputStream) throws IOException
IOExceptionpublic int getForkNumber()
@Nonnull public String getConnectionString()
public String getPluginPid()
public ProviderConfiguration deserialize()
public StartupConfiguration getStartupConfiguration()
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.