File
Doc
Category
Size
Date
Package
ProtocolDecoderAdapter.java
API Doc
Azureus 3.0.3.4
1588
Mon Jul 24 16:00:18 BST 2006
com.aelitis.azureus.core.networkmanager.impl
ProtocolDecoderAdapter
public interface ProtocolDecoderAdapter
Fields Summary
public static final int
MATCH_NONE
public static final int
MATCH_CRYPTO_NO_AUTO_FALLBACK
public static final int
MATCH_CRYPTO_AUTO_FALLBACK
Constructors Summary
Methods Summary
public void
decodeComplete
(
ProtocolDecoder
decoder,
java.nio.ByteBuffer
remaining_initial_data)
public void
decodeFailed
(
ProtocolDecoder
decoder,
java.lang.Throwable
cause)
public
int
getMaximumPlainHeaderLength
()
public void
gotSecret
(
byte[]
session_secret)
public
int
matchPlainHeader
(
java.nio.ByteBuffer
buffer)
Java Code Source