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

org.zodiac.sdk.nio.channeling.http.QueueWriteBuffer Maven / Gradle / Ivy

There is a newer version: 1.6.8
Show newest version
package org.zodiac.sdk.nio.channeling.http;

import java.nio.ByteBuffer;

import org.zodiac.sdk.nio.channeling.Then;

public class QueueWriteBuffer {
   private ByteBuffer nb;
   private Then $then;

    public QueueWriteBuffer(ByteBuffer nb, Then $then) {
        this.nb = nb;
        this.$then = $then;
    }

    public ByteBuffer getNb() {
        return nb;
    }

    public Then get$then() {
        return $then;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy