Interface IProtocol3<INFRA_STRUCTURE>

All Superinterfaces:
IBufferHandler, ILocationAware, IProtocol<INFRA_STRUCTURE>, IProtocol2<INFRA_STRUCTURE>, org.eclipse.net4j.util.security.IUserAware
All Known Implementing Classes:
AuthenticatingSignalProtocol, HeartBeatProtocol, HeartBeatProtocol.Server, Protocol, SignalProtocol

public interface IProtocol3<INFRA_STRUCTURE> extends IProtocol2<INFRA_STRUCTURE>
A protocol that is told when it is fully connected.
Since:
4.17
Author:
Eike Stepper
  • Method Details

    • doWhenFullyConnected

      default void doWhenFullyConnected() throws Exception
      Throws:
      Exception