Uses of Class
de.gebit.integrity.remoting.transport.messages.IntegrityRemotingVersionMessage
-
Packages that use IntegrityRemotingVersionMessage Package Description de.gebit.integrity.remoting.client de.gebit.integrity.remoting.server de.gebit.integrity.runner -
-
Uses of IntegrityRemotingVersionMessage in de.gebit.integrity.remoting.client
Methods in de.gebit.integrity.remoting.client with parameters of type IntegrityRemotingVersionMessage Modifier and Type Method Description voidIntegrityRemotingClientListener. onConnectionSuccessful(IntegrityRemotingVersionMessage aRemoteVersion, Endpoint anEndpoint)Called if a connection to a server was established successfully.voidIntegrityRemotingClientListener. onVersionMismatch(IntegrityRemotingVersionMessage aRemoteVersion, Endpoint anEndpoint)Called on a connection attempt if the remote version doesn't match the local version. -
Uses of IntegrityRemotingVersionMessage in de.gebit.integrity.remoting.server
Methods in de.gebit.integrity.remoting.server with parameters of type IntegrityRemotingVersionMessage Modifier and Type Method Description voidIntegrityRemotingServerListener. onConnectionSuccessful(IntegrityRemotingVersionMessage aRemoteVersion, Endpoint anEndpoint)Called when a connection attempt from a client was successful. -
Uses of IntegrityRemotingVersionMessage in de.gebit.integrity.runner
Methods in de.gebit.integrity.runner with parameters of type IntegrityRemotingVersionMessage Modifier and Type Method Description voidDefaultTestRunner.RemotingListener. onConnectionSuccessful(IntegrityRemotingVersionMessage aRemoteVersion, Endpoint anEndpoint)
-