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

jcifs.util.transport.Response Maven / Gradle / Ivy

Go to download

JCIFS is an Open Source client library that implements the CIFS/SMB networking protocol in 100% Java

There is a newer version: 2.1.39
Show newest version
package jcifs.util.transport;

public abstract class Response {
    public long expiration;
    public boolean isReceived;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy