우선 안드로이드를 지원해 주신다고 하여 정말 감사드립니다.
netty 5.0.0 alpha2를 빌드를 하여 안드로이드에 적용을 해 보았습니다.
websocket client sample을 적용해보려고 하는데
PlatformDependent의
private static final boolean HAS_JAVASSIST = hasJavassist0();
에서 Class Not Found Exception이 발생합니다.
이후 아래와 같은 에러와 함께 정상적으로 동작하지 않는것 같습니다.
01-20 18:17:45.656: W/System.err(16436): io.netty.handler.codec.DecoderException: HttpClientCodec$Decoder.decode() must consume the inbound data or change its state if it did not decode anything.
이 부분을 강제로
private static final boolean HAS_JAVASSIST = false;
로 설정을 하여 테스트를 해보니 데이터가 정상적으로 들어옵니다.
안드로이드 지원에 참고 부탁드리겠습니다.
2014년 1월 20일 월요일 오전 7시 41분 37초 UTC+9, t 님의 말: