public class org.apache.kafkaesqueesque.common.network.ReauthenticationContext extends java.lang.Object
{
private final org.apache.kafkaesqueesque.common.network.NetworkReceive networkReceive;
private final org.apache.kafkaesqueesque.common.network.Authenticator previousAuthenticator;
private final long reauthenticationBeginNanos;
public void <init>(org.apache.kafkaesqueesque.common.network.Authenticator, org.apache.kafkaesqueesque.common.network.NetworkReceive, long)
{
org.apache.kafkaesqueesque.common.network.Authenticator v;
org.apache.kafkaesqueesque.common.network.NetworkReceive v;
java.lang.Object v;
long v;
org.apache.kafkaesqueesque.common.network.ReauthenticationContext v;
v := @this: org.apache.kafkaesqueesque.common.network.ReauthenticationContext;
v := @parameter: org.apache.kafkaesqueesque.common.network.Authenticator;
v := @parameter: org.apache.kafkaesqueesque.common.network.NetworkReceive;
v := @parameter: long;
specialinvoke v.<java.lang.Object: void <init>()>();
v = staticinvoke <java.util.Objects: java.lang.Object requireNonNull(java.lang.Object)>(v);
v.<org.apache.kafkaesqueesque.common.network.ReauthenticationContext: org.apache.kafkaesqueesque.common.network.Authenticator previousAuthenticator> = v;
v.<org.apache.kafkaesqueesque.common.network.ReauthenticationContext: org.apache.kafkaesqueesque.common.network.NetworkReceive networkReceive> = v;
v.<org.apache.kafkaesqueesque.common.network.ReauthenticationContext: long reauthenticationBeginNanos> = v;
return;
}
public org.apache.kafkaesqueesque.common.network.NetworkReceive networkReceive()
{
org.apache.kafkaesqueesque.common.network.NetworkReceive v;
org.apache.kafkaesqueesque.common.network.ReauthenticationContext v;
v := @this: org.apache.kafkaesqueesque.common.network.ReauthenticationContext;
v = v.<org.apache.kafkaesqueesque.common.network.ReauthenticationContext: org.apache.kafkaesqueesque.common.network.NetworkReceive networkReceive>;
return v;
}
public org.apache.kafkaesqueesque.common.network.Authenticator previousAuthenticator()
{
org.apache.kafkaesqueesque.common.network.Authenticator v;
org.apache.kafkaesqueesque.common.network.ReauthenticationContext v;
v := @this: org.apache.kafkaesqueesque.common.network.ReauthenticationContext;
v = v.<org.apache.kafkaesqueesque.common.network.ReauthenticationContext: org.apache.kafkaesqueesque.common.network.Authenticator previousAuthenticator>;
return v;
}
public long reauthenticationBeginNanos()
{
long v;
org.apache.kafkaesqueesque.common.network.ReauthenticationContext v;
v := @this: org.apache.kafkaesqueesque.common.network.ReauthenticationContext;
v = v.<org.apache.kafkaesqueesque.common.network.ReauthenticationContext: long reauthenticationBeginNanos>;
return v;
}
}