com.hazelcast.nio
Interface SocketReadable

All Known Subinterfaces:
TextCommand
All Known Implementing Classes:
AbstractTextCommand, DataAdapter, DeleteCommand, EndCommand, ErrorCommand, GetCommand, HttpCommand, HttpDeleteCommand, HttpGetCommand, HttpPostCommand, IncrementCommand, NoOpCommand, Packet, PartialGetCommand, SetCommand, SimpleCommand, StatsCommand, TouchCommand, VersionCommand

public interface SocketReadable

Represents something where data can be read from.


Method Summary
 boolean readFrom(ByteBuffer source)
           
 

Method Detail

readFrom

boolean readFrom(ByteBuffer source)


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.