org.mobicents.media.server.impl.resource.zap
Class Schannel

java.lang.Object
  extended by org.mobicents.media.server.impl.resource.zap.Schannel

public class Schannel
extends java.lang.Object

Author:
kulikov, baranowb

Constructor Summary
Schannel()
           
 
Method Summary
 void close()
           
 int open(int zapId)
           
 int read(byte[] buffer)
           
 void write(byte[] buffer, int len)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Schannel

public Schannel()
Method Detail

open

public int open(int zapId)

read

public int read(byte[] buffer)

write

public void write(byte[] buffer,
                  int len)

close

public void close()


Copyright © 2010. All Rights Reserved.