All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.jukusoft.vertx.connection.clientserver.CustomClientInitializer Maven / Gradle / Ivy

package com.jukusoft.vertx.connection.clientserver;

import com.jukusoft.vertx.connection.stream.BufferStream;

@FunctionalInterface
public interface CustomClientInitializer {

    public void handleConnect (BufferStream bufferStream, RemoteConnection conn);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy