org.glassfish.grizzly.websockets
Interface NetworkHandler

All Known Implementing Classes:
BaseNetworkHandler, ServerNetworkHandler

public interface NetworkHandler


Method Summary
 byte get()
           
 byte[] get(int count)
           
 String readLine(String encoding)
           
 boolean ready()
           
 void write(byte[] bytes)
           
 

Method Detail

get

byte get()

get

byte[] get(int count)

write

void write(byte[] bytes)

ready

boolean ready()

readLine

String readLine(String encoding)
                throws IOException
Throws:
IOException


Copyright © 2012 Oracle Corporation. All Rights Reserved.