public class org.apache.kafkaesque.common.network.DefaultChannelMetadataRegistry extends java.lang.Object implements org.apache.kafkaesque.common.network.ChannelMetadataRegistry
{
private org.apache.kafkaesque.common.network.CipherInformation cipherInformation;
private org.apache.kafkaesque.common.network.ClientInformation clientInformation;
public void <init>()
{
org.apache.kafkaesque.common.network.DefaultChannelMetadataRegistry v;
v := @this: org.apache.kafkaesque.common.network.DefaultChannelMetadataRegistry;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public void registerCipherInformation(org.apache.kafkaesque.common.network.CipherInformation)
{
org.apache.kafkaesque.common.network.CipherInformation v, v;
org.apache.kafkaesque.common.network.DefaultChannelMetadataRegistry v;
v := @this: org.apache.kafkaesque.common.network.DefaultChannelMetadataRegistry;
v := @parameter: org.apache.kafkaesque.common.network.CipherInformation;
v = v.<org.apache.kafkaesque.common.network.DefaultChannelMetadataRegistry: org.apache.kafkaesque.common.network.CipherInformation cipherInformation>;
if v == null goto label;
v.<org.apache.kafkaesque.common.network.DefaultChannelMetadataRegistry: org.apache.kafkaesque.common.network.CipherInformation cipherInformation> = v;
label:
return;
}
public org.apache.kafkaesque.common.network.CipherInformation cipherInformation()
{
org.apache.kafkaesque.common.network.CipherInformation v;
org.apache.kafkaesque.common.network.DefaultChannelMetadataRegistry v;
v := @this: org.apache.kafkaesque.common.network.DefaultChannelMetadataRegistry;
v = v.<org.apache.kafkaesque.common.network.DefaultChannelMetadataRegistry: org.apache.kafkaesque.common.network.CipherInformation cipherInformation>;
return v;
}
public void registerClientInformation(org.apache.kafkaesque.common.network.ClientInformation)
{
org.apache.kafkaesque.common.network.ClientInformation v;
org.apache.kafkaesque.common.network.DefaultChannelMetadataRegistry v;
v := @this: org.apache.kafkaesque.common.network.DefaultChannelMetadataRegistry;
v := @parameter: org.apache.kafkaesque.common.network.ClientInformation;
v.<org.apache.kafkaesque.common.network.DefaultChannelMetadataRegistry: org.apache.kafkaesque.common.network.ClientInformation clientInformation> = v;
return;
}
public org.apache.kafkaesque.common.network.ClientInformation clientInformation()
{
org.apache.kafkaesque.common.network.ClientInformation v;
org.apache.kafkaesque.common.network.DefaultChannelMetadataRegistry v;
v := @this: org.apache.kafkaesque.common.network.DefaultChannelMetadataRegistry;
v = v.<org.apache.kafkaesque.common.network.DefaultChannelMetadataRegistry: org.apache.kafkaesque.common.network.ClientInformation clientInformation>;
return v;
}
public void close()
{
org.apache.kafkaesque.common.network.DefaultChannelMetadataRegistry v;
v := @this: org.apache.kafkaesque.common.network.DefaultChannelMetadataRegistry;
v.<org.apache.kafkaesque.common.network.DefaultChannelMetadataRegistry: org.apache.kafkaesque.common.network.CipherInformation cipherInformation> = null;
v.<org.apache.kafkaesque.common.network.DefaultChannelMetadataRegistry: org.apache.kafkaesque.common.network.ClientInformation clientInformation> = null;
return;
}
}