View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window nifi-site-to-site-1.23.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.nifi.remote.protocol
├─ org.apache.nifi.remote.protocol.AbstractFlowFileServerProtocol.class - [JAR]
├─ org.apache.nifi.remote.protocol.FlowFileTransaction.class - [JAR]
├─ org.apache.nifi.remote.protocol.HandshakeProperties.class - [JAR]
org.apache.nifi.remote.protocol.socket
├─ org.apache.nifi.remote.protocol.socket.SocketFlowFileServerProtocol.class - [JAR]
org.apache.nifi.remote.protocol.http
├─ org.apache.nifi.remote.protocol.http.HttpFlowFileServerProtocol.class - [JAR]
├─ org.apache.nifi.remote.protocol.http.StandardHttpFlowFileServerProtocol.class - [JAR]
org.apache.nifi.remote
├─ org.apache.nifi.remote.HttpRemoteSiteListener.class - [JAR]
├─ org.apache.nifi.remote.PeerDescriptionModifiable.class - [JAR]
├─ org.apache.nifi.remote.PeerDescriptionModifier.class - [JAR]
├─ org.apache.nifi.remote.RemoteResourceFactory.class - [JAR]
├─ org.apache.nifi.remote.RemoteResourceManager.class - [JAR]
├─ org.apache.nifi.remote.RemoteSiteListener.class - [JAR]
├─ org.apache.nifi.remote.SocketRemoteSiteListener.class - [JAR]
├─ org.apache.nifi.remote.StandardPublicPort.class - [JAR]
├─ org.apache.nifi.remote.StandardRemoteGroupPort.class - [JAR]
org.apache.nifi.remote.exception
├─ org.apache.nifi.remote.exception.UnsupportedCodecException.class - [JAR]